From 1a9401e1f3e018fa6236178b7c4ae643fb20515c Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 3 Jan 2019 09:15:55 -0800 Subject: [PATCH] Permit build on Cargo.{lock,toml} changes --- ci/test-bench.sh | 2 ++ ci/test-coverage.sh | 2 ++ ci/test-stable-perf.sh | 2 ++ 3 files changed, 6 insertions(+) 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 \ || {