mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-05 03:13:59 +00:00
8 lines
156 B
Makefile
8 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 .
|