Commit 1a7008fa authored by Mark Sagi-Kazar's avatar Mark Sagi-Kazar Committed by Márk Sági-Kazár
Browse files

ci: make build pass on windows

Signed-off-by: default avatarMark Sagi-Kazar <mark.sagikazar@gmail.com>
parent 077ee305
Showing with 4 additions and 2 deletions
+4 -2
......@@ -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 ./...
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment