Skip to content

Commit

Permalink
test: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Sep 28, 2024
1 parent 4750e9b commit 8d031fd
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 @@ -98,7 +98,7 @@ jobs:
- name: Run Tests
run: |
pytest "tests/functional/test_compiler.py::test_trace_source" -k "not test_coverage" -m "not fuzzing" -n 0 -s \
pytest "tests/functional/test_compiler.py::test_trace_source" "tests/functional/test_compiler.py::test_trace_source_from_receipt" -k "not test_coverage" -m "not fuzzing" -n 0 -s \
--cov=ape_vyper \
--cov-branch \
--cov-report term \
Expand Down

0 comments on commit 8d031fd

Please sign in to comment.