Skip to content

Commit

Permalink
add blast RPC to actions
Browse files Browse the repository at this point in the history
  • Loading branch information
trmid committed Jun 24, 2024
1 parent f0bb660 commit a81ed51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Run Forge test
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
BLAST_RPC_URL: ${{ secrets.BLAST_RPC_URL }}
run: |
forge test
id: test
Expand All @@ -42,6 +43,7 @@ jobs:
- name: Run Forge coverage
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
BLAST_RPC_URL: ${{ secrets.BLAST_RPC_URL }}
run: |
forge coverage --report lcov && lcov --remove lcov.info -o lcov.info 'test/*'
id: coverage
Expand Down

0 comments on commit a81ed51

Please sign in to comment.