Chore: make test linter happy
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
lint:
|
||||
GOOS=darwin golangci-lint run ./...
|
||||
GOOS=linux golangci-lint run ./...
|
||||
GOOS=darwin golangci-lint run --fix ./...
|
||||
GOOS=linux golangci-lint run --fix ./...
|
||||
|
||||
test:
|
||||
go test -p 1 -v ./...
|
||||
|
Reference in New Issue
Block a user