Skip to content

Commit

Permalink
feat(test): test on tenderly rpc (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Apr 14, 2024
1 parent e50d28a commit 23a1dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
pyversion: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
provider: [ "WEB3_PROVIDER", "LLAMA_ETH_RPC", "INFURA_PROVIDER", "ALCHEMY_PROVIDER" ]
provider: [ "TENDERLY_PROVIDER", "LLAMA_ETH_RPC", "INFURA_PROVIDER", "ALCHEMY_PROVIDER" ]
include:
- os: ubuntu-latest
path: ~/.cache/pip
Expand Down

0 comments on commit 23a1dba

Please sign in to comment.