Run tests for ui_test together with miri test

This commit is contained in:
Oli Scherer 2022-05-25 17:48:03 +00:00
parent 8acfbc3b33
commit e4d6c00aa2

3
miri
View File

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