From 30886346123bff40c300614e72939535ecf40785 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 b1bda31..5991387 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.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