From ec89fb2defffc2eaee63056fb727aa03914b0c81 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Fri, 27 Aug 2021 15:29:27 -0700 Subject: [PATCH] Remove windows from test matrix. Filed TODO to fix tests for windows --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b44191037..7738ad456 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ jobs: strategy: matrix: go-version: [1.15.x, 1.16.x] - os: [ubuntu-latest, macos-latest, windows-latest, freebsd-latest, openbsd-latest] + os: [ubuntu-latest, macos-latest, freebsd-latest, openbsd-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2