Skip to content

Commit

Permalink
add testing to build pipelien
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed May 31, 2024
1 parent f4106c2 commit 7c24f0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: node .github/scripts/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
shell: bash

- name: Test ${{ matrix.os }}
shell: bash
run: npm run test

- id: upload
name: Upload prebuild
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7c24f0a

Please sign in to comment.