From 87a0bb52165c30e481358f0323bc23cecc54df21 Mon Sep 17 00:00:00 2001 From: "Matt (Sanemat)" Date: Sat, 30 Nov 2019 12:56:54 +0700 Subject: [PATCH] chore(ci): test on windows --- .github/workflows/test.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b3d18fb..83da026 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -42,7 +42,6 @@ jobs: if: "matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'" - name: test run: go test -coverprofile coverage.out -covermode atomic ./... - if: "matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'" - name: Convert coverage to lcov uses: jandelgado/gcov2lcov-action@v1.0.0 with: