From 55babe0dda7135d9ebcb8f90858990c4f6f71d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Henrique=20Guard=C3=A3o=20Gandarez?= Date: Wed, 4 Dec 2024 17:55:56 -0300 Subject: [PATCH] fixup! Handle panic for goInfo in Windows --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45ec5cd4..d8f41501 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ vulncheck: .PHONY: test test: - go test -race -covermode=atomic -coverprofile=coverage.out ./... + go test -v -race -covermode=atomic -coverprofile=coverage.out ./... .PHONY: test-integration test-integration: