Skip to content

Commit

Permalink
Exclude go: downloading lines from go test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Der committed May 22, 2022
1 parent 6a5aec8 commit 7524743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/.github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
go-acc -o cover.out ./... -- \
${TEST_BENCH_OPTION} \
-json \
-v -race 2>&1 | tee /tmp/gotest.log | gotestfmt
-v -race 2>&1 | grep -v '^go: downloading' | tee /tmp/gotest.log | gotestfmt
- name: Upload test log
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 7524743

Please sign in to comment.