Skip to content

Commit 517b25f

Browse files
committed
Run tests on all platforms
1 parent 40340ef commit 517b25f

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
@@ -11,12 +11,13 @@ permissions:
1111

1212
jobs:
1313
build-dev-test:
14-
runs-on: ubuntu-latest
1514
timeout-minutes: 10
1615
strategy:
1716
matrix:
17+
os: [ubuntu-latest, windows-latest, macos-latest]
1818
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1919
fail-fast: false # Continue with other versions if one fails
20+
runs-on: ${{ matrix.os }}
2021
steps:
2122
- name: 📥 Checkout the repository
2223
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)