mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06: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
|
- name: Check out code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test
|
- name: Test KDF
|
||||||
run: go test -v -short ./...
|
run: go test -v -short ./kdf/...
|
||||||
|
env:
|
||||||
|
GOARCH: ${{ matrix.arch }}
|
||||||
|
|
||||||
|
- name: Test SM2
|
||||||
|
run: go test -v -short ./sm2/...
|
||||||
env:
|
env:
|
||||||
GOARCH: ${{ matrix.arch }}
|
GOARCH: ${{ matrix.arch }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user