We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8fea6 commit 494b83dCopy full SHA for 494b83d
.github/workflows/ci.yml
@@ -40,6 +40,8 @@ env:
40
TOOLSTATE_REPO: "https://github.com/rust-lang-nursery/rust-toolstate"
41
# This will be empty in PR jobs.
42
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
45
jobs:
46
# The job matrix for `calculate_matrix` is defined in src/ci/github-actions/jobs.yml.
47
# It calculates which jobs should be executed, based on the data of the ${{ github }} context.
0 commit comments