File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ jobs:
336
336
echo ::set-output name=cover::false
337
337
fi
338
338
set -x
339
- gotestsum --junitfile="gotests.xml" --packages="./..." -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS
339
+ gotestsum --junitfile="gotests.xml" --packages="./..." --debug -- -parallel=8 -timeout=3m -short -failfast $COVERAGE_FLAGS
340
340
341
341
- uses : codecov/codecov-action@v3
342
342
# This action has a tendency to error out unexpectedly, it has
Original file line number Diff line number Diff line change @@ -467,7 +467,7 @@ cli/testdata/.gen-golden: $(wildcard cli/testdata/*.golden) $(GO_SRC_FILES)
467
467
touch "$@"
468
468
469
469
test : test-clean
470
- gotestsum -- -v -short ./...
470
+ gotestsum --debug -- -v -short ./...
471
471
.PHONY : test
472
472
473
473
# When updating -timeout for this test, keep in sync with
You can’t perform that action at this time.
0 commit comments