CI: install foundry before running tests

This commit is contained in:
Csongor Kiss 2022-08-04 13:34:27 -05:00
parent 2e890f02b3
commit c585533529
1 changed files with 2 additions and 1 deletions

View File

@ -68,7 +68,8 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: "16"
- run: cd ethereum && make test
- run: cd ethereum && ../scripts/install-foundry
- run: cd ethereum && PATH=$PATH:$HOME/.foundry/bin/ make test
ethereum-upgrade:
runs-on: ubuntu-20.04