diff --git a/ci/test-stable.sh b/ci/test-stable.sh index ff9ce6b42..b81c6e160 100755 --- a/ci/test-stable.sh +++ b/ci/test-stable.sh @@ -13,15 +13,6 @@ annotate() { # Run the appropriate test based on entrypoint testName=$(basename "$0" .sh) -# Skip if only the docs have been modified -ci/affects-files.sh \ - \!^docs/ \ -|| { - annotate --style info \ - "Skipped $testName as only docs/ files were modified" - exit 0 -} - source ci/rust-version.sh stable export RUST_BACKTRACE=1