Skip to content

Commit

Permalink
Test 36 still runs correctly alone. Trying 37 after it.
Browse files Browse the repository at this point in the history
  • Loading branch information
lothian committed May 3, 2024
1 parent cbb1af4 commit c8636b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
export KMP_DUPLICATE_LIB_OK=TRUE
pip install coverage
coverage run -m pytest pycc/tests/test_036_lr.py
coverage run -m pytest pycc/tests/test_036_lr.py pycc/tests/test_037_rtcc3.py
coverage xml
ls -l
Expand Down

0 comments on commit c8636b0

Please sign in to comment.