Remove windows from test matrix. Filed TODO to fix tests for windows
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -6,7 +6,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: [1.15.x, 1.16.x]
|
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 }}
|
runs-on: ${{ matrix.os }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user