Skip to content

Commit 05b65f4

Browse files
Fix CI
1 parent 56da5ae commit 05b65f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "node scripts/build_instrumentation.js -j 2 && tsc --build ./transform/tsconfig.json && tsc --build ./src/tsconfig.json",
1616
"test:as": "node bin/as-test.js",
1717
"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",
1919
"test": "npm run test:as && npm run test:ts && npm run test:cpp",
2020
"lint:ts": "eslint src transform tests/ts/test --max-warnings=0",
2121
"lint:as": "npx eslint --config ./assembly/eslint.config.mjs assembly --max-warnings=0",

0 commit comments

Comments
 (0)