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 2654e7b commit 91fe923Copy full SHA for 91fe923
βREADME.mdβ
@@ -57,21 +57,24 @@ on:
57
# Optionally configure to run only for specific files. For example:
58
# paths:
59
# - src/**
60
+ # - test/**
61
+ # - foundry.toml
62
+ # - remappings.txt
63
+ # - .github/workflows/foundry-gas-diff.yml
64
65
jobs:
66
compare_gas_reports:
67
runs-on: ubuntu-latest
68
steps:
69
- uses: actions/checkout@v3
70
+ with:
71
+ submodules: recursive
72
73
- name: Install Foundry
74
uses: onbjerg/foundry-toolchain@v1
75
with:
76
version: nightly
77
- - name: Install Dependencies
- run: forge install
-
78
# Add any step generating a gas report to a temporary file named gasreport.ansi (can be changed)
79
# For example:
80
- run: forge test --gas-report > gasreport.ansi
0 commit comments