update s390x action

This commit is contained in:
Sun Yimin 2024-08-23 14:45:03 +08:00 committed by GitHub
parent aa9a702b1e
commit 90f0215a94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,5 +32,8 @@ jobs:
- name: Test bigmod
run: go test -v -short ./internal/bigmod/...
- name: Test sm2ec
run: go test -v -short ./internal/sm2ec/...
- name: Test subtle
run: go test -v -short ./internal/subtle/...