Skip to content

Commit e94a698

Browse files
committed
Add a message at the end of the CI/test script
So that it is easier to tell whether we finished successfully or exited early.
1 parent 1ebca8e commit e94a698

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ cargo rustc \
5656
-Zsanitizer=address
5757
(! $CARGO_TARGET_DIR/release/example_mutator -runs=10000000)
5858
popd
59+
60+
echo "All good!"

0 commit comments

Comments
 (0)