Skip to content

Commit 72e1a33

Browse files
committed
skip very long running float-parse tests on CI
Signed-off-by: onur-ozkan <[email protected]>
1 parent 4b8fea6 commit 72e1a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ci/docker/run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,7 @@ docker \
344344
--env OBJDIR_ON_HOST="$objdir" \
345345
--env CODEGEN_BACKENDS \
346346
--env DISABLE_CI_RUSTC_IF_INCOMPATIBLE="$DISABLE_CI_RUSTC_IF_INCOMPATIBLE" \
347+
--env FLOAT_PARSE_TESTS_SKIP_HUGE=1 \
347348
--init \
348349
--rm \
349350
rust-ci \

0 commit comments

Comments
 (0)