Permit build on Cargo.{lock,toml} changes

This commit is contained in:
Michael Vines 2019-01-03 09:15:55 -08:00 committed by Grimes
parent 00d310f86d
commit 1a9401e1f3
3 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,8 @@ annotate() {
ci/affects-files.sh \
.rs$ \
Cargo.lock$ \
Cargo.toml$ \
ci/test-bench.sh \
|| {
annotate --style info --context test-bench \

View File

@ -10,6 +10,8 @@ annotate() {
ci/affects-files.sh \
.rs$ \
Cargo.lock$ \
Cargo.toml$ \
ci/test-coverage.sh \
scripts/coverage.sh \
|| {

View File

@ -10,6 +10,8 @@ annotate() {
ci/affects-files.sh \
.rs$ \
Cargo.lock$ \
Cargo.toml$ \
ci/test-stable-perf.sh \
ci/test-stable.sh \
|| {