diff --git a/.github/workflows/coder.yaml b/.github/workflows/coder.yaml index 03148dac1b3a3..0ee2997bdc712 100644 --- a/.github/workflows/coder.yaml +++ b/.github/workflows/coder.yaml @@ -336,7 +336,7 @@ jobs: echo ::set-output name=cover::false fi set -x - gotestsum --junitfile="gotests.xml" --packages="./..." -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS + gotestsum --junitfile="gotests.xml" --packages="./..." --debug -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS - uses: codecov/codecov-action@v3 # This action has a tendency to error out unexpectedly, it has diff --git a/Makefile b/Makefile index 74ef2743bb001..0aae5984cc342 100644 --- a/Makefile +++ b/Makefile @@ -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