mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
6 lines
60 B
Makefile
6 lines
60 B
Makefile
.PHONY: test
|
|
|
|
test:
|
|
go test .
|
|
go vet .
|
|
./.check-gofmt.sh
|