From 6ce5bcaeddad3006bcaacd3256903674f7650b5c Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Wed, 8 Dec 2021 17:19:23 -0500 Subject: [PATCH] Run tests on Windows --- .github/workflows/build-and-test.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 665ed61..bfcab4d 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -9,6 +9,10 @@ on: pull_request: branches: [ main ] +defaults: + run: + shell: bash # use Bash, even on Windows + jobs: lint: runs-on: ubuntu-latest @@ -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