From c0100b13ef417badfd46c6ff032529e409770410 Mon Sep 17 00:00:00 2001 From: Yihau Chen Date: Thu, 28 Sep 2023 15:01:14 +0800 Subject: [PATCH] ci: fix cargo files changes doens't trigger doc tests (#33438) --- ci/buildkite-pipeline.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/buildkite-pipeline.sh b/ci/buildkite-pipeline.sh index 44b7481bc..e130c585a 100755 --- a/ci/buildkite-pipeline.sh +++ b/ci/buildkite-pipeline.sh @@ -151,6 +151,8 @@ all_test_steps() { # Docs tests if affects \ .rs$ \ + Cargo.lock$ \ + Cargo.toml$ \ ^ci/rust-version.sh \ ^ci/test-docs.sh \ ; then