mirror of
https://github.com/mgechev/revive.git
synced 2025-01-24 03:47:45 +02:00
12 lines
87 B
Makefile
12 lines
87 B
Makefile
.PHONY: test
|
|
|
|
install:
|
|
@go install
|
|
|
|
build:
|
|
@go build
|
|
|
|
test:
|
|
@go test -v ./test/...
|
|
|