Remove non-standard : anchors

This commit is contained in:
Michael Vines
2018-12-18 17:33:28 -08:00
committed by Grimes
parent b4fe70d3d8
commit 506724fc93
4 changed files with 22 additions and 22 deletions

View File

@@ -1,6 +1,5 @@
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
annotate() {
@@ -10,10 +9,10 @@ annotate() {
}
ci/affects-files.sh \
.rs: \
ci/test-bench.sh: \
.rs$ \
ci/test-bench.sh \
|| {
annotate --style info --context coverage-info \
annotate --style info --context test-bench \
"Bench skipped as no .rs files were modified"
exit 0
}