Skip to content

Commit

Permalink
Windows tests are slow so let them run first
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Feb 1, 2025
1 parent 1eed2a9 commit a911ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
fail-fast: false
max-parallel: 11
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [windows-latest, macos-latest, ubuntu-latest]
python: ["3.9", "3.11", "3.13"]
node: [18.x, 20.x, 22.x, 23.x]
include:
Expand Down

0 comments on commit a911ab2

Please sign in to comment.