Revert testing ui_test before ui tests

This commit is contained in:
Oli Scherer 2022-07-06 08:42:32 +00:00
parent 389915e09b
commit b3e64c252a

2
miri
View File

@ -181,8 +181,8 @@ test|test-debug|bless|bless-debug)
esac
# Then test, and let caller control flags.
# Only in root project and ui_test as `cargo-miri` has no tests.
$CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml "$@"
$CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/Cargo.toml "$@"
$CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml "$@"
;;
run|run-debug)
# Scan for "--target" to overwrite the "MIRI_TEST_TARGET" env var so