This repository has been archived on 2024-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
clash/test/Makefile
2023-03-14 21:24:15 +08:00

10 lines
170 B
Makefile

lint:
GOOS=darwin golangci-lint run --fix ./...
GOOS=linux golangci-lint run --fix ./...
test:
go test -p 1 -v ./...
benchmark:
go test -benchmem -run=^$$ -bench .