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 bce52ceCopy full SHA for bce52ce
.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=1m -short -failfast $COVERAGE_FLAGS
343
ret=$?
344
if ((ret)); then
345
# Eternalize test timeout logs because "re-run failed" erases
0 commit comments