aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32b48c6605..2fbd3e4e7f 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ fmt-check:
fi;
.PHONY: test
-test: fmt-check
+test:
$(GO) test $(PACKAGES)
.PHONY: coverage