From 3994199ca68e1dd6a7a1fa117913d00d386c01b6 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Sun, 24 Nov 2024 21:31:55 +0100 Subject: [PATCH] Readd Windows tests --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 427ae461..0232190d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu, macos ] + os: [ ubuntu, macos, windows ] python-version: [ "3.8", "3.12" ] # pytest-split handles dividing the tests into n groups indexed 1...n. @@ -76,6 +76,8 @@ jobs: pytest-split-group-size: 3 - os: macos pytest-split-group-size: 3 + - os: windows + pytest-split-group-size: 10 defaults: run: