Skip to content

Commit

Permalink
Fix running embedtest
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Oct 19, 2023
1 parent dc94c96 commit a8f6397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
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")'
../out/Release/node test/embedding/test-embedding.js
# TODO(zcbenz): Fix the tests.
./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
Expand Down

0 comments on commit a8f6397

Please sign in to comment.