mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +08:00
fix action
This commit is contained in:
parent
f04d7f102f
commit
d9591cf102
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
files: ./coverage1.txt,./coverage2.txt
|
||||
|
||||
- name: Test Force SM4 Single Block with AES-NI
|
||||
run: go test -short sm4/...
|
||||
run: go test -short ./sm4/...
|
||||
env:
|
||||
FORCE_SM4BLOCK_AESNI: 1
|
||||
|
||||
|
2
.github/workflows/test_qemu.yml
vendored
2
.github/workflows/test_qemu.yml
vendored
@ -38,7 +38,7 @@ jobs:
|
||||
GOARCH: ${{ matrix.arch }}
|
||||
|
||||
- name: Test Force SM4 Single Block with AES-NI
|
||||
run: go test -v -short sm4/...
|
||||
run: go test -v -short ./sm4/...
|
||||
env:
|
||||
DISABLE_SM4NI: 1
|
||||
FORCE_SM4BLOCK_AESNI: 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user