Skip to content

Commit

Permalink
ci: Run tests on Windows in GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaty committed Nov 15, 2023
1 parent 89979a9 commit 7317f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7317f7d

Please sign in to comment.