ci: fix cargo files changes doens't trigger doc tests (#33438)

This commit is contained in:
Yihau Chen 2023-09-28 15:01:14 +08:00 committed by GitHub
parent 5d11227088
commit c0100b13ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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