Skip to content

Commit

Permalink
fixup! Handle panic for goInfo in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gandarez committed Dec 4, 2024
1 parent 744545a commit 55babe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 55babe0

Please sign in to comment.