We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7405742 commit 3832227Copy full SHA for 3832227
miri
@@ -135,7 +135,7 @@ test|test-debug|bless|bless-debug)
135
# Then test, and let caller control flags.
136
# Only in root project and ui_test as `cargo-miri` has no tests.
137
cargo test $CARGO_BUILD_FLAGS "$@"
138
- cargo test --manifest-path ui_test/Cargo.toml "$@"
+ cargo test $CARGO_BUILD_FLAGS --manifest-path ui_test/Cargo.toml "$@"
139
;;
140
run|run-debug)
141
# Scan for "--target" to set the "MIRI_TEST_TARGET" env var so
0 commit comments