Skip to content

Commit

Permalink
use --fuzz-runs everywhere instead of environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dmfxyz committed Mar 23, 2024
1 parent 7314d18 commit ed01be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
npm --prefix differential_testing/scripts/ install
npm --prefix differential_testing/scripts/ run compile
FOUNDRY_FUZZ_RUNS=512 forge test --ffi --contracts differential_testing/test/DifferentialTests.t.sol
forge test --ffi --contracts differential_testing/test/DifferentialTests.t.sol --fuzz-runs 512
- name: Run Standard Gas Snapshotting
run: forge snapshot --gas-report --ffi --match-path src/test/StandardInput.t.sol

0 comments on commit ed01be2

Please sign in to comment.