Skip to content

Commit 7c24f0a

Browse files
add testing to build pipelien
1 parent f4106c2 commit 7c24f0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
run: node .github/scripts/libmongocrypt.mjs ${{ runner.os == 'Windows' && '--build' || '' }}
2121
shell: bash
2222

23+
- name: Test ${{ matrix.os }}
24+
shell: bash
25+
run: npm run test
26+
2327
- id: upload
2428
name: Upload prebuild
2529
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)