Update CI configs to v0.7.9

Update lint scripts and CI configs.
This commit is contained in:
Pion
2022-05-22 17:53:33 +00:00
committed by Sean DuBois
parent 26f673d847
commit d88b8225c9

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