diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 73eeb0d..60d0aa4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,7 +5,7 @@ jobs: name: Test strategy: matrix: - os: [ "ubuntu-latest", "windows-latest", "macos-latest" ] + os: [ "ubuntu-latest", "macos-latest" ] go-version: [ "1.13", "1.14", "1.15" ] runs-on: ${{ matrix.os }} steps: diff --git a/coverage_test.go b/coverage_test.go index 5ce7d46..e47fd83 100644 --- a/coverage_test.go +++ b/coverage_test.go @@ -1,5 +1,3 @@ -// +build !windows - package json import (