chore: cleanup test code
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
lint:
|
||||
golangci-lint run --disable-all -E govet -E gofumpt -E megacheck ./...
|
||||
GOOS=darwin golangci-lint run ./...
|
||||
GOOS=linux golangci-lint run ./...
|
||||
|
||||
test:
|
||||
go test -p 1 -v ./...
|
||||
|
||||
benchmark:
|
||||
go test -benchmem -run=^$ -bench .
|
||||
go test -benchmem -run=^$$ -bench .
|
||||
|
Reference in New Issue
Block a user