Skip to content

Commit b258503

Browse files
committed
ci: add BASE_RPC_URL for CI tests
1 parent ed40f50 commit b258503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
run: forge test
8888
env:
8989
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
90+
BASE_RPC_URL: ${{ secrets.BASE_RPC_URL }}
9091

9192
- name: Add test summary
9293
run: |

0 commit comments

Comments
 (0)