Skip to content

Commit

Permalink
fix: try different rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
69alpacas committed Jul 21, 2023
1 parent f816455 commit 4e02ab0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-on-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- name: Run Forge tests
env:
BSC_RPC_URL: https://bsc-dataseed.binance.org/
BSC_RPC_URL: https://bsc-dataseed1.defibit.io
run: |
forge test -vvv
id: test
2 changes: 1 addition & 1 deletion .github/workflows/test-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Run Forge tests
env:
BSC_RPC_URL: https://bsc-dataseed.binance.org/
BSC_RPC_URL: https://bsc-dataseed1.defibit.io
run: |
forge test -vvv
id: test

0 comments on commit 4e02ab0

Please sign in to comment.