Remove windows from test matrix. Filed TODO to fix tests for windows
This commit is contained in:
parent
b50f1674a8
commit
ec89fb2def
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user