We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ec5bab5 + 73c83f5 commit 2680d1bCopy full SHA for 2680d1b
.github/workflows/foundry.yml
@@ -21,12 +21,12 @@ jobs:
21
- type: "slow"
22
fuzz-runs: 10000
23
max-test-rejects: 500000
24
- invariant-runs: 32
+ invariant-runs: 0
25
invariant-depth: 512
26
- type: "fast"
27
fuzz-runs: 256
28
max-test-rejects: 65536
29
- invariant-runs: 8
30
invariant-depth: 256
31
32
runs-on: ubuntu-latest
foundry.toml
@@ -5,7 +5,7 @@ via-ir = true
5
optimizer_runs = 4294967295
6
7
[profile.default.invariant]
8
-runs = 0
+runs = 8
9
depth = 256
10
fail_on_revert = true
11
0 commit comments