fix action

This commit is contained in:
Sun Yimin 2024-01-25 17:49:40 +08:00 committed by GitHub
parent f04d7f102f
commit d9591cf102
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ jobs:
files: ./coverage1.txt,./coverage2.txt files: ./coverage1.txt,./coverage2.txt
- name: Test Force SM4 Single Block with AES-NI - name: Test Force SM4 Single Block with AES-NI
run: go test -short sm4/... run: go test -short ./sm4/...
env: env:
FORCE_SM4BLOCK_AESNI: 1 FORCE_SM4BLOCK_AESNI: 1

View File

@ -38,7 +38,7 @@ jobs:
GOARCH: ${{ matrix.arch }} GOARCH: ${{ matrix.arch }}
- name: Test Force SM4 Single Block with AES-NI - name: Test Force SM4 Single Block with AES-NI
run: go test -v -short sm4/... run: go test -v -short ./sm4/...
env: env:
DISABLE_SM4NI: 1 DISABLE_SM4NI: 1
FORCE_SM4BLOCK_AESNI: 1 FORCE_SM4BLOCK_AESNI: 1