diff --git a/ci/test-bench.sh b/ci/test-bench.sh index 771186716d..f06c039323 100755 --- a/ci/test-bench.sh +++ b/ci/test-bench.sh @@ -10,6 +10,8 @@ annotate() { ci/affects-files.sh \ .rs$ \ + Cargo.lock$ \ + Cargo.toml$ \ ci/test-bench.sh \ || { annotate --style info --context test-bench \ diff --git a/ci/test-coverage.sh b/ci/test-coverage.sh index ddf1b3a923..b18afd4d39 100755 --- a/ci/test-coverage.sh +++ b/ci/test-coverage.sh @@ -10,6 +10,8 @@ annotate() { ci/affects-files.sh \ .rs$ \ + Cargo.lock$ \ + Cargo.toml$ \ ci/test-coverage.sh \ scripts/coverage.sh \ || { diff --git a/ci/test-stable-perf.sh b/ci/test-stable-perf.sh index 09cd8aac80..0e71c1ce87 100755 --- a/ci/test-stable-perf.sh +++ b/ci/test-stable-perf.sh @@ -10,6 +10,8 @@ annotate() { ci/affects-files.sh \ .rs$ \ + Cargo.lock$ \ + Cargo.toml$ \ ci/test-stable-perf.sh \ ci/test-stable.sh \ || {