Skip to content

Commit

Permalink
repeat tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Zybulon committed Sep 21, 2024
1 parent da467d3 commit 9d67310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: python setup.py build_static
- name: Run tests
shell: bash -l {0}
run: python runtests.py || python runtests.py || python runtests.py
run: python runtests.py || python runtests.py || python runtests.py || python runtests.py || python runtests.py
- name: Coverage
shell: bash -l {0}
run: codecov

0 comments on commit 9d67310

Please sign in to comment.