From 9637d292f59b21b433c95869d246227baff232f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Thu, 8 Feb 2024 17:39:41 -0700 Subject: [PATCH] CI: Remove more tests on macOS Towards #2455. --- ci/test.xsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/test.xsh b/ci/test.xsh index 5c8ee7b8c4..da9f40d1c1 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 -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