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

This commit is contained in:
Gabe Kangas 2021-08-27 15:29:27 -07:00
parent b50f1674a8
commit ec89fb2def

View File

@ -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