test s390x sm2 functions

This commit is contained in:
Sun Yimin 2024-08-26 15:14:19 +08:00 committed by GitHub
parent 013e11cc83
commit 626cf9cfed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,12 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Test
run: go test -v -short ./...
- name: Test KDF
run: go test -v -short ./kdf/...
env:
GOARCH: ${{ matrix.arch }}
- name: Test SM2
run: go test -v -short ./sm2/...
env:
GOARCH: ${{ matrix.arch }}