File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ jobs:
336336 echo ::set-output name=cover::false
337337 fi
338338 set -x
339- gotestsum --junitfile="gotests.xml" --packages="./..." -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS
339+ gotestsum --junitfile="gotests.xml" --packages="./..." --debug -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS
340340
341341 - uses : codecov/codecov-action@v3
342342 # This action has a tendency to error out unexpectedly, it has
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ cli/testdata/.gen-golden: $(wildcard cli/testdata/*.golden) $(GO_SRC_FILES)
467467 touch "$@"
468468
469469test : test-clean
470- gotestsum -- -v -short ./...
470+ gotestsum --debug -- -v -short ./...
471471.PHONY : test
472472
473473# When updating -timeout for this test, keep in sync with
You can’t perform that action at this time.
0 commit comments