Skip to content

Commit 89cd8ae

Browse files
pionbotSean-Der
authored andcommittedMay 22, 2022
Update CI configs to v0.7.9
Update lint scripts and CI configs.
1 parent 84b65ad commit 89cd8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
go-acc -o cover.out ./... -- \
6565
${TEST_BENCH_OPTION} \
6666
-json \
67-
-v -race 2>&1 | tee /tmp/gotest.log | gotestfmt
67+
-v -race 2>&1 | grep -v '^go: downloading' | tee /tmp/gotest.log | gotestfmt
6868
6969
- name: Upload test log
7070
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)
Please sign in to comment.