summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e20adb9..52033ae 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,10 @@ all:
@echo go-spew is a great tool. thanks dave!
@echo
+test:
+ go test -v -race -tags safe ./
+ go test -v -race -tags testcgo ./ -covermode=atomic -coverprofile=profile.cov
+
redomod:
rm -f go.*
GO111MODULE= go mod init