summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 42e9fb2..0f68a6b 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ redomod:
GO111MODULE= go mod init
GO111MODULE= go mod tidy
+test:
+ go test
+
vet:
@GO111MODULE=off go vet
@echo this go binary package builds okay