Skip to content

Commit

Permalink
test: inc ape-rev in yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed May 14, 2024
1 parent 47c37c9 commit 7ab2a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Run Tests
run: |
pytest tests/test_compiler.py -m "not fuzzing" -n 0 -s \
pytest -k "not test_coverage" -m "not fuzzing" -n 0 -s \
--cov=ape_vyper \
--cov-branch \
--cov-report term \
Expand Down

0 comments on commit 7ab2a18

Please sign in to comment.