Skip to content

Commit

Permalink
DROP ME run tests outside of retry to get a stack trace
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Nov 11, 2024
1 parent 5b60b0f commit c90abd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
- name: Skip Network-Related Performance Tests on Windows
if: runner.os == 'windows'
run: touch test/.no_perf_test
- name: DROP ME run tests outside of retry afor stack trace
run: coverage run --source=. --omit=py2opsin/__init__.py,setup.py,test/* -m unittest discover
- name: Run Tests
uses: nick-fields/retry@v3
with:
Expand Down

0 comments on commit c90abd9

Please sign in to comment.