diff --git a/ci/test-checks.sh b/ci/test-checks.sh index 726d381972940c..c7afe8c1027512 100755 --- a/ci/test-checks.sh +++ b/ci/test-checks.sh @@ -49,7 +49,7 @@ export RUSTFLAGS="-D warnings -A incomplete_features" # Only force up-to-date lock files on edge if [[ $CI_BASE_BRANCH = "$EDGE_CHANNEL" ]]; then # Exclude --benches as it's not available in rust stable yet - if _ scripts/cargo-for-all-lock-files.sh stable check --locked --tests --bins --examples; then + if _ scripts/cargo-for-all-lock-files.sh stable build --locked --tests --bins --examples; then true else check_status=$?