parent
02f8a32b46
commit
534b93e142
13 changed files with 425 additions and 29 deletions
2
Makefile
2
Makefile
|
@ -50,7 +50,7 @@ docs: docs-deps
|
|||
check: test fmt-check vet lint staticcheck
|
||||
|
||||
test: .PHONY
|
||||
$(GO) test ./...
|
||||
$(GO) test -v ./...
|
||||
|
||||
race: .PHONY
|
||||
$(GO) test -race ./...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue