CI: s390x enable sha1 for test

This commit is contained in:
Sun Yimin 2024-08-26 17:12:57 +08:00 committed by GitHub
parent e12f17a35a
commit 6852a2c51f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,6 +37,7 @@ jobs:
- name: Test
run: go test -v -short ./...
env:
GODEBUG: x509sha1=1
GOARCH: ${{ matrix.arch }}