From fadc8ad70ef7775aa60906d6c3309d6da29401f9 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 5 Nov 2022 23:57:16 -0700 Subject: [PATCH] go test -v to make it so I can monitor github actions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9fff6f0..18bb467 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ forcetest: HISHTORY_TEST=1 go test -p 1 -timeout 30m ./... test: - HISHTORY_TEST=1 go test -p 1 -timeout 30m ./... + HISHTORY_TEST=1 go test -v -p 1 -timeout 30m ./... acttest: act push -j test -e .github/push_event.json --reuse --container-architecture linux/amd64