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