File tree Expand file tree Collapse file tree 1 file changed +2
-34
lines changed Expand file tree Collapse file tree 1 file changed +2
-34
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 lint :
1313 uses : bgd-labs/github-workflows/.github/workflows/foundry-lint-prettier.yml@main
14- check :
15- strategy :
16- fail-fast : true
17-
18- name : Foundry project
19- runs-on : ubuntu-latest
20- env :
21- ALCHEMY_KEY : " ${{secrets.ALCHEMY_KEY}}"
22- ETH_RPC_URL : " https://eth-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}"
23- RPC_MAINNET : " https://eth-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}"
24- RPC_ARBITRUM : " https://arb-mainnet.g.alchemy.com/v2/${{secrets.ALCHEMY_KEY}}"
25- steps :
26- - uses : actions/checkout@v4
27- with :
28- submodules : recursive
29-
30- - name : Install Foundry
31- uses : foundry-rs/foundry-toolchain@v1
32- with :
33- version : nightly
34-
35- - name : Show Forge version
36- run : |
37- forge --version
38-
39- - name : Run Forge build
40- run : |
41- forge build --sizes
42- id : build
43-
44- - name : Run Forge tests
45- run : |
46- forge test -vvv
47- id : test
14+ test :
15+ uses : bgd-labs/github-workflows/.github/workflows/foundry-test.yml@main
You can’t perform that action at this time.
0 commit comments