summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-08-29 10:39:34 -0500
committerJeff Carr <[email protected]>2025-08-29 10:39:34 -0500
commit8ecad2c6af8d9086e9829ee6403c7fb9a084ee77 (patch)
treefa021999160099a28c5eff25175edd8a5bc97e45
parent8b32c8d316002dc9024f8acdfda4629de52011d1 (diff)
go test ?v1.6.2
-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