chore: enable debug logging for gotestsum (#5248)

This commit is contained in:
Marcin Tojek
2022-12-02 12:35:14 +01:00
committed by GitHub
parent 8469dbc045
commit ee4f0fc592
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -467,7 +467,7 @@ cli/testdata/.gen-golden: $(wildcard cli/testdata/*.golden) $(GO_SRC_FILES)
touch "$@"
test: test-clean
gotestsum -- -v -short ./...
gotestsum --debug -- -v -short ./...
.PHONY: test
# When updating -timeout for this test, keep in sync with