From 8a93aeae5ace17bfa14888b9ae10759dcf3bab09 Mon Sep 17 00:00:00 2001 From: Jack May Date: Fri, 18 Feb 2022 14:30:09 -0800 Subject: [PATCH] test --- ci/test-checks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=$?