Ensure all builds are triggered on a rust upgrade (#6229)

This commit is contained in:
Michael Vines 2019-10-03 16:31:50 -07:00 committed by GitHub
parent c1c7e0ff08
commit 4b42fa2d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -12,7 +12,8 @@ ci/affects-files.sh \
.rs$ \
Cargo.lock$ \
Cargo.toml$ \
ci/test-bench.sh \
^ci/rust-version.sh \
^ci/test-bench.sh \
|| {
annotate --style info --context test-bench \
"Bench skipped as no .rs files were modified"

View File

@ -12,8 +12,9 @@ ci/affects-files.sh \
.rs$ \
Cargo.lock$ \
Cargo.toml$ \
ci/test-coverage.sh \
scripts/coverage.sh \
^ci/rust-version.sh \
^ci/test-coverage.sh \
^scripts/coverage.sh \
|| {
annotate --style info --context test-coverage \
"Coverage skipped as no .rs files were modified"

View File

@ -43,6 +43,7 @@ test-stable-perf)
.rs$ \
Cargo.lock$ \
Cargo.toml$ \
^ci/rust-version.sh \
^ci/test-stable-perf.sh \
^ci/test-stable.sh \
^ci/test-local-cluster.sh \