mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 04:06:18 +08:00
fix CI
This commit is contained in:
parent
bdb169b06b
commit
d6f18a2cbf
24
.github/workflows/test_ppc64.yaml
vendored
24
.github/workflows/test_ppc64.yaml
vendored
@ -36,30 +36,6 @@ jobs:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
GOPPC64: ${{ matrix.ppc64 }}
|
||||
|
||||
- name: Test bn256
|
||||
run: go test -v ./sm9/bn256/...
|
||||
env:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
GOPPC64: ${{ matrix.ppc64 }}
|
||||
|
||||
- name: Test ZUC
|
||||
run: go test -v ./zuc/...
|
||||
env:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
GOPPC64: ${{ matrix.ppc64 }}
|
||||
|
||||
- name: Test SM3
|
||||
run: go test -v ./sm3/...
|
||||
env:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
GOPPC64: ${{ matrix.ppc64 }}
|
||||
|
||||
- name: Test SM4
|
||||
run: go test -v -short ./sm4/...
|
||||
env:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
GOPPC64: ${{ matrix.ppc64 }}
|
||||
|
||||
- name: Test Cipher
|
||||
run: go test -v -short ./cipher/...
|
||||
env:
|
||||
|
5
.github/workflows/test_s390x.yaml
vendored
5
.github/workflows/test_s390x.yaml
vendored
@ -34,11 +34,6 @@ jobs:
|
||||
env:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
|
||||
- name: Test sm3
|
||||
run: go test -v ./sm3/...
|
||||
env:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
|
||||
- name: Test Cipher
|
||||
run: go test -v -short ./cipher/...
|
||||
env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user