Skip to content

Commit 8409f8f

Browse files
committed
Reverse test order to get coverage report faster
1 parent fc3970f commit 8409f8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
os: ["macos-latest", "ubuntu-latest", "windows-latest"]
21-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
20+
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
21+
python-version: ["3.13", "3.12", "3.11", "3.10", "3.9"]
2222

2323
runs-on: ${{ matrix.os }}
2424
env:

0 commit comments

Comments
 (0)