Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simonDos committed Jun 17, 2024
1 parent bb84948 commit b3b1af9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@ jobs:
forge --version
forge build --sizes
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
RPC_MAINNET: ${{ secrets.RPC_MAINNET }}
RPC_URL: ${{ secrets.RPC_URL }}
id: build

- name: Run Forge tests
# ! revert back to FOUNDRY_PROFILE=intense forge test -vvv
run: forge test -vvv
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
RPC_MAINNET: ${{ secrets.RPC_MAINNET }}
RPC_URL: ${{ secrets.RPC_URL }}
id: test

0 comments on commit b3b1af9

Please sign in to comment.