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 cccea35 commit 2f43092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ jobs:
- name: Test core with pytest
run: |
pytest test/core_tests
- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3
- name: Test engine with pytest
run: |
pytest test/engine_tests
Expand Down

0 comments on commit 2f43092

Please sign in to comment.