We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8fea6 commit 3fe14c3Copy full SHA for 3fe14c3
src/ci/docker/run.sh
@@ -344,6 +344,8 @@ docker \
344
--env OBJDIR_ON_HOST="$objdir" \
345
--env CODEGEN_BACKENDS \
346
--env DISABLE_CI_RUSTC_IF_INCOMPATIBLE="$DISABLE_CI_RUSTC_IF_INCOMPATIBLE" \
347
+ # Skip very long running tests in src/etc/test-float-parse
348
+ --env FLOAT_PARSE_TESTS_SKIP_HUGE=1 \
349
--init \
350
--rm \
351
rust-ci \
0 commit comments