add comment

This commit is contained in:
Ralf Jung 2022-08-31 13:36:25 +02:00 committed by GitHub
parent eafc100b50
commit 240f92aae8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ fn run_tests(
"cargo-miri/Cargo.toml".into(),
"--".into(),
"miri".into(),
"run".into(),
"run".into(), // There is no `cargo miri build` so we just use `cargo miri run`.
];
}
ui_test::run_tests(config)