Skip to content

Commit

Permalink
Add a message at the end of the CI/test script
Browse files Browse the repository at this point in the history
So that it is easier to tell whether we finished successfully or exited early.
  • Loading branch information
fitzgen committed May 26, 2021
1 parent 1ebca8e commit e94a698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,5 @@ cargo rustc \
-Zsanitizer=address
(! $CARGO_TARGET_DIR/release/example_mutator -runs=10000000)
popd

echo "All good!"

0 comments on commit e94a698

Please sign in to comment.