File tree Expand file tree Collapse file tree 3 files changed +7
-15
lines changed
Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Original file line number Diff line number Diff line change 11name : Forge Tests
22
3+ env :
4+ FOUNDRY_PROFILE : " ci"
5+
36on : [push, pull_request]
47
58jobs :
69 forge-tests :
710 runs-on : ubuntu-latest
811 steps :
9- - uses : actions/checkout@v2
12+ - uses : actions/checkout@v4
1013
1114 - name : Install Foundry
1215 uses : onbjerg/foundry-toolchain@v1
1518
1619 - name : Install dependencies
1720 run : forge install
21+ # NOTE: must run `forge update` explicitly, repo uses cached deps instead of pulling fresh
1822
1923 - name : Check formatting
2024 run : forge fmt --check
Original file line number Diff line number Diff line change 2020 permissions :
2121 pull-requests : write
2222 steps :
23- - uses : actions/checkout@v3
23+ - uses : actions/checkout@v4
2424 with :
2525 submodules : recursive
2626
3838 FOUNDRY_FUZZ_SEED : 0x${{ github.event.pull_request.base.sha || github.sha }}
3939
4040 - name : Compare gas reports
41- uses : Rubilmax/foundry-gas-diff@v3.14
41+ uses : Rubilmax/foundry-gas-diff@v3.20
4242 with :
4343 summaryQuantile : 0.0 # display all the most significant gas diffs in the summary (defaults to 20%)
4444 sortCriteria : avg,max # sort diff rows by criteria
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments