We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b65ad commit 89cd8aeCopy full SHA for 89cd8ae
.github/workflows/test.yaml
@@ -64,7 +64,7 @@ jobs:
64
go-acc -o cover.out ./... -- \
65
${TEST_BENCH_OPTION} \
66
-json \
67
- -v -race 2>&1 | tee /tmp/gotest.log | gotestfmt
+ -v -race 2>&1 | grep -v '^go: downloading' | tee /tmp/gotest.log | gotestfmt
68
69
- name: Upload test log
70
uses: actions/upload-artifact@v2
0 commit comments