diff --git a/Makefile b/Makefile index 9ca2b84f..d07f8011 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ fmt: gofmt -w $(GOFMT_FILES) test: - go test -v + go test -v ./... init: go get ./...