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 da6a18e commit 4ea88d5Copy full SHA for 4ea88d5
src/tools/miri/ci/ci.sh
@@ -107,10 +107,10 @@ function run_tests_minimal {
107
exit 1
108
fi
109
110
- ./miri test -- "$@"
+ time ./miri test -- "$@"
111
112
# Ensure that a small smoke test of cargo-miri works.
113
- cargo miri run --manifest-path test-cargo-miri/no-std-smoke/Cargo.toml --target ${MIRI_TEST_TARGET-$HOST_TARGET}
+ time cargo miri run --manifest-path test-cargo-miri/no-std-smoke/Cargo.toml --target ${MIRI_TEST_TARGET-$HOST_TARGET}
114
115
endgroup
116
}
0 commit comments