sm ni test all

This commit is contained in:
Sun Yimin 2023-03-30 15:04:56 +08:00 committed by GitHub
parent 7047aab300
commit 05ba968610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/go.sum') }} key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('**/go.sum') }}
- name: Test - name: Test
run: go test -v -short ./sm3/... run: go test -v -short ./...
env: env:
GODEBUG: x509sha1=1 GODEBUG: x509sha1=1
GOARCH: ${{ matrix.arch }} GOARCH: ${{ matrix.arch }}