clash/test/Makefile

10 lines
170 B
Makefile
Raw Normal View History

lint:
2023-03-14 21:24:15 +08:00
GOOS=darwin golangci-lint run --fix ./...
GOOS=linux golangci-lint run --fix ./...
test:
go test -p 1 -v ./...
benchmark:
2022-05-21 17:37:06 +08:00
go test -benchmem -run=^$$ -bench .