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 Dec 9, 2021
1 parent b931b28 commit 3088634
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.7, 3.8, 3.9]
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 3088634

Please sign in to comment.