Skip to content

Commit

Permalink
Merge pull request lcompilers#2519 from certik/ci_fix2
Browse files Browse the repository at this point in the history
CI: Remove more tests on macOS
  • Loading branch information
certik committed Feb 9, 2024
2 parents df65e5a + 9637d29 commit 77e3c62
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 -j16 -b llvm cpython wasm
python run_tests.py -j16 -b llvm cpython wasm -f
python run_tests.py -j1 -b cpython wasm
python run_tests.py -j1 -b cpython wasm -f

0 comments on commit 77e3c62

Please sign in to comment.