chore: remove gotestfmt

This commit is contained in:
Kevin Franklin Kim 2025-05-26 22:00:50 +02:00
parent 325485aff2
commit d1cd97e228
No known key found for this signature in database

View File

@ -27,7 +27,8 @@ doc:
.PHONY: test
## Run tests
test:
@GO_TEST_TAGS=-skip go test -coverprofile=coverage.out -race -json ./... | gotestfmt
@GO_TEST_TAGS=-skip go test -coverprofile=coverage.out -race ./...
#@GO_TEST_TAGS=-skip go test -coverprofile=coverage.out -race -json ./... | gotestfmt
.PHONY: lint
## Run linter