Skip to content

Commit

Permalink
Suppress SHA1_RSA failures, these only occur in tests.
Browse files Browse the repository at this point in the history
We should fix this with new testdata but we're blocked on an
upstream change.

Signed-off-by: Dan Lorenc <dlorenc@chainguard.dev>
  • Loading branch information
dlorenc committed Aug 14, 2022
1 parent 1496b20 commit 07b32cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Expand Up @@ -60,6 +60,9 @@ jobs:
go-version: ${{ env.GO_VERSION }}
check-latest: true
- name: Run Go tests
env:
# See #2091 for the issue describing this temp workaround.
GODEBUG: x509sha1=1
run: go test -covermode atomic -coverprofile coverage.txt $(go list ./... | grep -v third_party/)
- name: Upload Coverage Report
uses: codecov/codecov-action@81cd2dc8148241f03f5839d295e000b8f761e378 # v2.1.0
Expand Down

0 comments on commit 07b32cf

Please sign in to comment.