Skip to content

Commit a24ce6a

Browse files
committed
Test everywhere.
1 parent 703683a commit a24ce6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ jobs:
2828
- name: Ruff format
2929
run: uv run ruff format . --check
3030
test-against-python-matrix:
31-
runs-on: ubuntu-latest
3231
strategy:
3332
matrix:
3433
python-version: ["3.10", "3.11", "3.12", "3.13"]
34+
os: [ windows-latest, macos-latest ]
3535
fail-fast: true
36+
runs-on: ${{ matrix.os }}
3637
steps:
3738
- uses: actions/checkout@v4
3839
- name: Install uv

0 commit comments

Comments
 (0)