Skip to content

Commit

Permalink
chore: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Apr 23, 2024
1 parent 41f569b commit 8657458
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ jobs:
pip install .[test]
- name: Run Tests
run: pytest -m "not fuzzing" -n 0 -s --cov
run: |
ape plugins list
# pytest -m "not fuzzing" -n 0 -s --cov
env:
WEB3_INFURA_PROJECT_ID: ${{ secrets.WEB3_INFURA_PROJECT_ID }}

Expand Down

0 comments on commit 8657458

Please sign in to comment.