Update CI configs to v0.7.9

Update lint scripts and CI configs.
This commit is contained in:
Pion
2022-05-22 13:53:08 -04:00
committed by Sean DuBois
parent 55ce40525b
commit 03b3340051
+1 -1
View File
@@ -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