Skip to content

Commit 494b83d

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ env:
4040
TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate"
4141
# This will be empty in PR jobs.
4242
TOOLSTATE_REPO_ACCESS_TOKEN: ${{ secrets.TOOLSTATE_REPO_ACCESS_TOKEN }}
43+
# Skip very long running tests in src/etc/test-float-parse
44+
FLOAT_PARSE_TESTS_SKIP_HUGE: 1
4345
jobs:
4446
# The job matrix for `calculate_matrix` is defined in src/ci/github-actions/jobs.yml.
4547
# It calculates which jobs should be executed, based on the data of the ${{ github }} context.

0 commit comments

Comments
 (0)