Skip to content

Commit 4ea88d5

Browse files
committed
show time taken in run_tests_minimal
1 parent da6a18e commit 4ea88d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/miri/ci/ci.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,10 @@ function run_tests_minimal {
107107
exit 1
108108
fi
109109

110-
./miri test -- "$@"
110+
time ./miri test -- "$@"
111111

112112
# 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}
113+
time cargo miri run --manifest-path test-cargo-miri/no-std-smoke/Cargo.toml --target ${MIRI_TEST_TARGET-$HOST_TARGET}
114114

115115
endgroup
116116
}

0 commit comments

Comments
 (0)