Fix build for Windows (#1377) (#1506)

* Fix build for Windows (#1377)

* Add tests for windows
This commit is contained in:
Jack
2021-10-31 21:01:22 +00:00
committed by GitHub
parent 4509be19db
commit 651caeba91
5 changed files with 24 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2