Skip to content

Commit

Permalink
Reduce proptest iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
calebzulawski committed Aug 9, 2024
1 parent 7f6a981 commit 2a3b8ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
env:
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
PROPTEST_CASES: 64

jobs:
rustfmt:
Expand Down Expand Up @@ -181,6 +182,8 @@ jobs:
cross-tests:
name: "${{ matrix.target_feature }} on ${{ matrix.target }} (via cross)"
runs-on: ubuntu-latest
env:
PROPTEST_CASES: 16
strategy:
fail-fast: false

Expand Down Expand Up @@ -247,6 +250,8 @@ jobs:

miri:
runs-on: ubuntu-latest
env:
PROPTEST_CASES: 16
steps:
- uses: actions/checkout@v2
- name: Test (Miri)
Expand Down
2 changes: 2 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build.env]
passthrough = ["PROPTEST_CASES"]

0 comments on commit 2a3b8ad

Please sign in to comment.