Skip to content

Commit

Permalink
Use mainnet RPC as default
Browse files Browse the repository at this point in the history
  • Loading branch information
wirew0lf committed Mar 12, 2024
1 parent 5a8293c commit 1e7bce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

- name: Run Forge tests
run: |
forge test --root ./AxelarHandler -vvv --compute-units-per-second 100
forge test --root ./CCTPRelayer -vvv --compute-units-per-second 100
forge test --root ./AxelarHandler -vvv --compute-units-per-second 100 --fork-url https://eth.llamarpc.com
forge test --root ./CCTPRelayer -vvv --compute-units-per-second 100 --fork-url https://eth.llamarpc.com
id: test
env:
RPC_MAINNET: https://eth.llamarpc.com
Expand Down

0 comments on commit 1e7bce0

Please sign in to comment.