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

View File

@ -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

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