1
0
Fork 0

ci: Run tests on Windows in GitHub Action

This commit is contained in:
Damien Baty 2023-11-16 00:14:11 +01:00
parent 89979a9353
commit 7317f7de95
1 changed files with 2 additions and 1 deletions

View File

@ -10,10 +10,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, windows-latest]
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
services: