Skip to content

Commit

Permalink
Run overlapped-checker test
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Aug 22, 2023
1 parent 051f8e8 commit 95aa49f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ jobs:
- name: Run Tests
if: matrix.arch == 'x64' && (matrix.targetOs == 'linux' || matrix.targetOs == 'mac')
run: |
node scripts/build.js node_cctest node_embedtest
node scripts/build.js node_cctest node_embedtest overlapped_checker
cd node
../out/Release/node_cctest
../out/Release/node_embedtest 'require("./test/embedding/test-embedding.js")'
# TODO(zcbenz): Fix the tests.
./tools/test.py --shell ../out/Release/node --skip-tests=parallel/test-crypto-no-algorithm,parallel/test-process-config,parallel/test-process-versions,parallel/test-snapshot-basic,test/parallel/test-v8-serialize-leak,sequential/test-watch-mode-inspect
./tools/test.py --shell ../out/Release/node --flaky-tests=dontcare --skip-tests=parallel/test-crypto-no-algorithm,parallel/test-process-config,parallel/test-process-versions,parallel/test-snapshot-basic,test/parallel/test-v8-serialize-leak,sequential/test-watch-mode-inspect
vs-toolchain:
runs-on: windows-2022
Expand Down

0 comments on commit 95aa49f

Please sign in to comment.