the Windows CI runner takes a lot longer than the others; let it do less work
x86_64-apple-darwin is also used as the host OS for the macOS runner, so no need to test it twice.
This commit is contained in:
parent
3b73eb4456
commit
58fdd55a80
1
ci.sh
1
ci.sh
@ -55,7 +55,6 @@ case $HOST_TARGET in
|
|||||||
;;
|
;;
|
||||||
i686-pc-windows-msvc)
|
i686-pc-windows-msvc)
|
||||||
MIRI_TEST_TARGET=x86_64-unknown-linux-gnu run_tests
|
MIRI_TEST_TARGET=x86_64-unknown-linux-gnu run_tests
|
||||||
MIRI_TEST_TARGET=x86_64-apple-darwin run_tests
|
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
echo "FATAL: unknown OS"
|
echo "FATAL: unknown OS"
|
||||||
|
Loading…
Reference in New Issue
Block a user