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 6ec8909 commit b2e6465Copy full SHA for b2e6465
ci.sh
@@ -40,6 +40,13 @@ function run_tests {
40
# any interactive questions.
41
${PYTHON} test-cargo-miri/run-test.py
42
echo
43
+
44
+ # Ensure that our benchmarks all work, on the host at least.
45
+ if [ -z "${MIRI_TEST_TARGET+exists}" ]; then
46
+ for BENCH in $(ls "bench-cargo-miri"); do
47
+ cargo miri run --manifest-path bench-cargo-miri/$BENCH/Cargo.toml
48
+ done
49
+ fi
50
}
51
52
function run_tests_minimal {
0 commit comments