clash/test/Makefile

10 lines
158 B
Makefile
Raw Normal View History

lint:
2022-05-21 09:37:06 +00:00
GOOS=darwin golangci-lint run ./...
GOOS=linux golangci-lint run ./...
test:
go test -p 1 -v ./...
benchmark:
2022-05-21 09:37:06 +00:00
go test -benchmem -run=^$$ -bench .