From 70b5a3bba7e504c16c5aee231cd4503c4f17d01e Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 4 Nov 2022 22:10:47 -0700 Subject: [PATCH] Add windows to the github actions config --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 766f98f..5c04356 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - uses: actions/checkout@v2 - name: Set up Go