Skip to content

Commit

Permalink
Run tests on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lpsinger committed Nov 9, 2022
1 parent 456d6bc commit 6ce5bca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
pull_request:
branches: [ main ]

defaults:
run:
shell: bash # use Bash, even on Windows

jobs:
lint:
runs-on: ubuntu-latest
Expand All @@ -24,7 +28,7 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
include:
# only run benchmarks for the following configuration...
- os: ubuntu-latest
Expand Down

0 comments on commit 6ce5bca

Please sign in to comment.