ci: make build pass on windows

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2021-09-21 11:34:22 +02:00
parent 5946344d6f
commit e3ddf54567
No known key found for this signature in database
GPG key ID: 31AB0439F4C5C90E

View file

@ -32,7 +32,9 @@ jobs:
uses: actions/checkout@v2
- name: Lint
run: make lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.40.1
- name: Test
run: make test
run: go test -race -v ./...