Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
daurer committed Jul 17, 2024
1 parent 4371afe commit d3f13ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,10 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
# flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
# - name: Test core with pytest
# run: |
# pytest test/core_tests
- name: Test core with pytest
run: |
python -X faulthandler -m pytest -p no:faulthandler test/core_tests
# pytest test/core_tests
- name: Test engine with pytest
run: |
pytest test/engine_tests
Expand Down

0 comments on commit d3f13ed

Please sign in to comment.