Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit d1f39fe

Browse files
committed
use stage 0 for RUN_CHECK_WITH_PARALLEL_QUERIES
Signed-off-by: onur-ozkan <[email protected]>
1 parent 0d757b2 commit d1f39fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ if [ "$RUN_CHECK_WITH_PARALLEL_QUERIES" != "" ]; then
275275
mv metrics.json build
276276
fi
277277

278-
CARGO_INCREMENTAL=0 ../x check
278+
CARGO_INCREMENTAL=0 ../x check --stage 0
279279
fi
280280

281281
echo "::group::sccache stats"

0 commit comments

Comments
 (0)