Skip to content

Commit 77e3c62

Browse files
authored
Merge pull request #2519 from certik/ci_fix2
CI: Remove more tests on macOS
2 parents df65e5a + 9637d29 commit 77e3c62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test.xsh

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ else:
2929
python run_tests.py -j16 -b x86 wasm_x86 wasm_x64
3030
python run_tests.py -j16 -b x86 wasm_x86 wasm_x64 -f
3131
else:
32-
python run_tests.py -j16 -b llvm cpython wasm
33-
python run_tests.py -j16 -b llvm cpython wasm -f
32+
python run_tests.py -j1 -b cpython wasm
33+
python run_tests.py -j1 -b cpython wasm -f

0 commit comments

Comments
 (0)