test on windows-gnu target

This commit is contained in:
Ralf Jung 2022-10-26 14:01:11 +02:00
parent 6ce5226b4b
commit 3986d06542

View File

@ -93,6 +93,7 @@ case $HOST_TARGET in
;;
i686-pc-windows-msvc)
MIRI_TEST_TARGET=x86_64-unknown-linux-gnu run_tests
MIRI_TEST_TARGET=x86_64-pc-windows-gnu run_tests
;;
*)
echo "FATAL: unknown OS"