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 8, 2024
1 parent 7f6a981 commit 400e6e8
Showing 1 changed file with 5 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

0 comments on commit 400e6e8

Please sign in to comment.