Skip to content

Commit

Permalink
Merge pull request #589 from morpho-org/ci/remove-invariants-from-ci
Browse files Browse the repository at this point in the history
ci: remove invariant
  • Loading branch information
MerlinEgalite authored Nov 9, 2023
2 parents ec5bab5 + 73c83f5 commit 2680d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/foundry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
- type: "slow"
fuzz-runs: 10000
max-test-rejects: 500000
invariant-runs: 32
invariant-runs: 0
invariant-depth: 512
- type: "fast"
fuzz-runs: 256
max-test-rejects: 65536
invariant-runs: 8
invariant-runs: 0
invariant-depth: 256

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ via-ir = true
optimizer_runs = 4294967295

[profile.default.invariant]
runs = 0
runs = 8
depth = 256
fail_on_revert = true

Expand Down

0 comments on commit 2680d1b

Please sign in to comment.