From 1baa13958de96d6227c40a2cb03c0595b994e77f Mon Sep 17 00:00:00 2001 From: LandonTClipp Date: Tue, 23 May 2023 12:50:22 -0500 Subject: [PATCH] Add windows to testing matrix --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index bb32282..d97bbd4 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-latest, ubuntu-latest] + os: [ macos-latest, ubuntu-latest, windows-latest] go_vers: ['1.20'] steps: - uses: actions/checkout@v2