mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 10:16:18 +08:00
test s390x sm2 functions
This commit is contained in:
parent
013e11cc83
commit
626cf9cfed
9
.github/workflows/test_s390x.yaml
vendored
9
.github/workflows/test_s390x.yaml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user