From c26be04008f6c33ad62941e4c50e591b520c08d1 Mon Sep 17 00:00:00 2001 From: Joshua Job Date: Mon, 9 Jan 2023 15:23:43 -0800 Subject: [PATCH] github actions: add windows build and test --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2407712..f7dea95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest ] + include: + - os: ubuntu-latest + - os: windows-latest fail-fast: false steps: - uses: actions/checkout@v3