mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2024-11-14 21:31:16 +08:00
9 lines
156 B
Makefile
9 lines
156 B
Makefile
lint:
|
|
golangci-lint run --disable-all -E govet -E gofumpt -E megacheck ./...
|
|
|
|
test:
|
|
go test -p 1 -v ./...
|
|
|
|
benchmark:
|
|
go test -benchmem -run=^$ -bench .
|