This commit is contained in:
Sun Yimin 2025-03-13 14:44:56 +08:00 committed by GitHub
parent bdb169b06b
commit d6f18a2cbf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 29 deletions

View File

@ -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:

View File

@ -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: