kdf: kdf 64bit panic test exclude s390x first

This commit is contained in:
Sun Yimin 2024-08-26 17:07:24 +08:00 committed by GitHub
parent b9bfc48626
commit e12f17a35a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 9 deletions

View File

@ -32,16 +32,12 @@ jobs:
- name: Test SM2EC
run: go test -v ./internal/sm2ec/...
env:
GOARCH: ${{ matrix.arch }}
GOARCH: ${{ matrix.arch }}
- name: Test SM2
run: go test -v -short ./sm2/...
- name: Test
run: go test -v -short ./...
env:
GOARCH: ${{ matrix.arch }}
- name: Test KDF
run: go test -v -short ./kdf/...
env:
GOARCH: ${{ matrix.arch }}

View File

@ -1,4 +1,4 @@
//go:build !(arm || mips)
//go:build !(arm || mips || s390x)
package kdf