Skip to content

Commit eceab13

Browse files
authored
Merge pull request #2521 from certik/ci_macos1
CI: Enable LLVM and C backends on macOS
2 parents 77e3c62 + cd454cb commit eceab13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test.xsh

Lines changed: 2 additions & 2 deletions
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 -j1 -b cpython wasm
33-
python run_tests.py -j1 -b cpython wasm -f
32+
python run_tests.py -j1 -b llvm cpython c wasm
33+
python run_tests.py -j1 -b llvm cpython c wasm -f

0 commit comments

Comments
 (0)