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