Ensure all builds are triggered on a rust upgrade (#6229)
This commit is contained in:
		| @@ -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" | ||||
|   | ||||
| @@ -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" | ||||
|   | ||||
| @@ -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 \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user