From cd454cbd07c46f06a3f8dda65bd81a3282728f0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Thu, 8 Feb 2024 22:20:39 -0700 Subject: [PATCH] CI: Enable LLVM and C backends on macOS --- ci/test.xsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test.xsh b/ci/test.xsh index da9f40d1c1..6e2c45ac51 100644 --- a/ci/test.xsh +++ b/ci/test.xsh @@ -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