Skip to content

Commit

Permalink
chore: switch workflow tests to sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Jan 26, 2024
1 parent 7210aae commit e38a7d3
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 @@ -16,5 +16,5 @@ jobs:
cargo build --verbose
- name: Test rust client
run: |
export PROVIDER_URI=${{ secrets.PROVIDER_URI_GOERLI }}
cargo test
export PROVIDER_URI=${{ secrets.PROVIDER_URI_SEPOLIA }}
cargo test

0 comments on commit e38a7d3

Please sign in to comment.