Skip to content

Commit

Permalink
πŸ‘·β€β™‚οΈ Edit ci super intense fuzz runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized committed Jul 16, 2024
1 parent d324bfc commit 4ba9916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-super-intense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Run Tests with ${{ matrix.profile }}
run: >
( [ "${{ matrix.profile }}" = "super-intense-0" ] &&
forge test --fuzz-runs 123456
forge test --fuzz-runs 20000
) ||
( [ "${{ matrix.profile }}" = "super-intense-1" ] &&
forge test --fuzz-runs 12345678
forge test --fuzz-runs 200000
)

0 comments on commit 4ba9916

Please sign in to comment.