Skip to content

Commit

Permalink
test: simpler test for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jan 29, 2025
1 parent 8fb116a commit d4a7e33
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,15 @@ jobs:
pip install .[test]
- name: Run Tests
run: |
pytest -k "not test_coverage" -m "not fuzzing" -n 0 -s \
--cov=ape_vyper \
--cov-branch \
--cov-report term \
--cov-report html \
--cov-report xml
# TODO: Put back before merge.
run: ape compile flatten_me
# run: |
# pytest -k "not test_coverage" -m "not fuzzing" -n 0 -s \
# --cov=ape_vyper \
# --cov-branch \
# --cov-report term \
# --cov-report html \
# --cov-report xml

# Since --cov does not play nicely with --coverage (low-level tracer issues),
# we have to run the tests separately.
Expand Down

0 comments on commit d4a7e33

Please sign in to comment.