Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c54723 commit 9d8ea2fCopy full SHA for 9d8ea2f
.github/workflows/coder.yaml
@@ -339,7 +339,7 @@ jobs:
339
echo ::set-output name=cover::false
340
fi
341
set +e
342
- gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS
+ gotestsum --junitfile="gotests.xml" --jsonfile="gotestsum.json" --packages="./..." --debug -- -parallel=8 -timeout=2m -short -failfast $COVERAGE_FLAGS
343
ret=$?
344
if ((ret)); then
345
# Eternalize test timeout logs because "re-run failed" erases
0 commit comments