Skip to content

Commit

Permalink
feat(test): add reth and chainstack nodes to gh test suite (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Aug 27, 2024
1 parent 2d8e390 commit 8a8f268
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 @@ -21,7 +21,7 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
pyversion: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
provider: [ "TENDERLY_PROVIDER", "LLAMA_ETH_RPC", "INFURA_PROVIDER", "ALCHEMY_PROVIDER" ]
provider: [ "TENDERLY_PROVIDER", "LLAMA_ETH_RPC", "INFURA_PROVIDER", "ALCHEMY_PROVIDER", "RETH_PROVIDER", "CHAINSTACK_PROVIDER" ]
include:
- os: ubuntu-latest
path: ~/.cache/pip
Expand Down

0 comments on commit 8a8f268

Please sign in to comment.