From 7c14bddce3a8e270a75e4a6d4416371931134fcd Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 14 Jan 2024 12:58:17 -0600 Subject: make test Signed-off-by: Jeff Carr --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3