Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonJon committed Feb 14, 2024
1 parent d1a6dc5 commit 2c7f17c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
run: yarn compile

- name: Run tests
env:
ETHEREUM_RPC_URL: ${{ secrets.ETHEREUM_RPC_URL }}
run: |
yarn test
forge test --no-match-test testFork -vvv

0 comments on commit 2c7f17c

Please sign in to comment.