Skip to content

Commit 3fe14c3

Browse files
committed
skip very long running float-parse tests on CI
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent 4b8fea6 commit 3fe14c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ci/docker/run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,8 @@ docker \
344344
--env OBJDIR_ON_HOST="$objdir" \
345345
--env CODEGEN_BACKENDS \
346346
--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 \
347349
--init \
348350
--rm \
349351
rust-ci \

0 commit comments

Comments
 (0)