Skip to content

Commit

Permalink
Merge pull request lcompilers#2521 from certik/ci_macos1
Browse files Browse the repository at this point in the history
CI: Enable LLVM and C backends on macOS
  • Loading branch information
certik committed Feb 9, 2024
2 parents 77e3c62 + cd454cb commit eceab13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/test.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ else:
python run_tests.py -j16 -b x86 wasm_x86 wasm_x64
python run_tests.py -j16 -b x86 wasm_x86 wasm_x64 -f
else:
python run_tests.py -j1 -b cpython wasm
python run_tests.py -j1 -b cpython wasm -f
python run_tests.py -j1 -b llvm cpython c wasm
python run_tests.py -j1 -b llvm cpython c wasm -f

0 comments on commit eceab13

Please sign in to comment.