We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a783f39 commit 1b3fbbbCopy full SHA for 1b3fbbb
src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -38,9 +38,9 @@ case $HOST in
38
python3 "$X_PY" test --stage 2 src/tools/miri --target x86_64-pc-windows-gnu --test-args pass
39
;;
40
x86_64-pc-windows-msvc)
41
- python3 "$X_PY" test --stage 2 src/tools/miri --target i686-unknown-linux-gnu
42
python3 "$X_PY" test --stage 2 src/tools/miri --target x86_64-apple-darwin
43
# Only run "pass" tests for the remaining targets, which is quite a bit faster.
+ python3 "$X_PY" test --stage 2 src/tools/miri --target i686-unknown-linux-gnu --test-args pass
44
python3 "$X_PY" test --stage 2 src/tools/miri --target aarch64-unknown-linux-gnu --test-args pass
45
python3 "$X_PY" test --stage 2 src/tools/miri --target s390x-unknown-linux-gnu --test-args pass
46
0 commit comments