Skip to content

Commit b3e64c2

Browse files
committed
Revert testing ui_test before ui tests
1 parent 389915e commit b3e64c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ test|test-debug|bless|bless-debug)
181181
esac
182182
# Then test, and let caller control flags.
183183
# Only in root project and ui_test as `cargo-miri` has no tests.
184-
$CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml "$@"
185184
$CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/Cargo.toml "$@"
185+
$CARGO test $CARGO_BUILD_FLAGS --manifest-path "$MIRIDIR"/ui_test/Cargo.toml "$@"
186186
;;
187187
run|run-debug)
188188
# Scan for "--target" to overwrite the "MIRI_TEST_TARGET" env var so

0 commit comments

Comments
 (0)