chore(): simplify Makefile

This commit is contained in:
Nicolas Carlier 2019-01-07 07:39:26 +00:00
parent 35a2321f80
commit 519b1afc67

View File

@ -43,7 +43,7 @@ $(ARTEFACT): build
## Run tests
test:
go test `go list ./... | grep -v vendor`
go test ./...
.PHONY: test
## Install executable