ci: enable s390x sm3

This commit is contained in:
Sun Yimin 2024-09-03 14:29:48 +08:00 committed by GitHub
parent e626a00982
commit 29d315f316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,6 +34,11 @@ jobs:
env:
GOARCH: ${{ matrix.arch }}
- name: Test sm3
run: go test -v ./sm3/...
env:
GOARCH: ${{ matrix.arch }}
# - name: Test
# run: go test -v -short ./...
# env: