forked from mirror/viper
ci: make build pass on windows
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
parent
077ee305c4
commit
1a7008fa32
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue