Skip to content

Commit

Permalink
test: use ape action
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 6, 2025
1 parent bccc841 commit e2dc2c3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ jobs:
pip install .[test]
- name: Run Tests
run: pytest -m "not fuzzing" -n 0 -s --cov
uses: ApeWorX/github-action@v3
with:
python-version: ${{ matrix.python-version }}
run: ape test
env:
WEB3_ALCHEMY_API_KEY: ${{ secrets.WEB3_ALCHEMY_API_KEY }}
ETHERSCAN_API_KEY: ${{ secrets.ETHERSCAN_API_KEY }}
Expand Down

0 comments on commit e2dc2c3

Please sign in to comment.