mirror of https://github.com/goccy/go-json.git
Remove windows from CI because the machine doesn't have enough memory to build
This commit is contained in:
parent
c45e77eeaa
commit
b948d392b1
|
@ -5,7 +5,7 @@ jobs:
|
||||||
name: Test
|
name: Test
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
|
os: [ "ubuntu-latest", "macos-latest" ]
|
||||||
go-version: [ "1.13", "1.14", "1.15" ]
|
go-version: [ "1.13", "1.14", "1.15" ]
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// +build !windows
|
|
||||||
|
|
||||||
package json
|
package json
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue