diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1270be7..f83316e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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