File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 15
15
"build" : " node scripts/build_instrumentation.js -j 2 && tsc --build ./transform/tsconfig.json && tsc --build ./src/tsconfig.json" ,
16
16
"test:as" : " node bin/as-test.js" ,
17
17
"test:ts" : " cross-env NODE_OPTIONS=--experimental-vm-modules jest" ,
18
- "test:cpp" : " cmake -B build -S . && cmake --build build --parallel --target wasm-instrumentation-test wasm-opt && build/bin/wasm-instrumentation-test" ,
18
+ "test:cpp" : " cmake -B build -S . && cmake --build build --parallel 2 --target wasm-instrumentation-test wasm-opt && build/bin/wasm-instrumentation-test" ,
19
19
"test" : " npm run test:as && npm run test:ts && npm run test:cpp" ,
20
20
"lint:ts" : " eslint src transform tests/ts/test --max-warnings=0" ,
21
21
"lint:as" : " npx eslint --config ./assembly/eslint.config.mjs assembly --max-warnings=0" ,
You can’t perform that action at this time.
0 commit comments