Skip to content

Commit 9ea30de

Browse files
committed
Run tests on Windows
1 parent d6d444a commit 9ea30de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
pull_request:
1010
branches: [ main ]
1111

12+
defaults:
13+
run:
14+
shell: bash # use Bash, even on Windows
15+
1216
jobs:
1317
lint:
1418
runs-on: ubuntu-latest
@@ -24,7 +28,7 @@ jobs:
2428
strategy:
2529
matrix:
2630
python-version: [3.7, 3.8, 3.9]
27-
os: [ubuntu-latest, macos-latest]
31+
os: [ubuntu-latest, macos-latest, windows-latest]
2832
include:
2933
# only run benchmarks for the following configuration...
3034
- os: ubuntu-latest

0 commit comments

Comments
 (0)