Browse Source

Remove windows from test matrix. Filed TODO to fix tests for windows

pull/1355/head
Gabe Kangas 4 years ago
parent
commit
ec89fb2def
  1. 2
      .github/workflows/test.yaml

2
.github/workflows/test.yaml

@ -6,7 +6,7 @@ jobs: @@ -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…
Cancel
Save