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.
1 parent 74260e9 commit 19570f8Copy full SHA for 19570f8
.github/workflows/test.yml
@@ -29,4 +29,9 @@ jobs:
29
gas-diff-tolerance: 2 # setting the gas diff tolerance to 2%
30
foundry-profile: host
31
fork-url: ${{ vars.HOST_RPC_URL }}
32
-
+ fork-fuzz-host:
33
+ uses: init4tech/actions/.github/workflows/solidity-base.yml@main
34
+ with:
35
+ gas-diff-tolerance: 2 # setting the gas diff tolerance to 2%
36
+ foundry-profile: fuzzHost
37
+ fork-url: ${{ vars.HOST_RPC_URL }}
foundry.toml
@@ -10,4 +10,7 @@ test= "test/rollup"
10
[profile.host]
11
test= "test/host"
12
13
+[profile.fuzzHost]
14
+test= "test/fuzz-host"
15
+
16
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
0 commit comments