This commit is contained in:
Sun Yimin 2024-08-26 15:47:22 +08:00 committed by GitHub
parent a85384aca6
commit a9a7471553
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,11 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Test SM2EC
run: go test -v ./internal/sm2ec/...
env:
GOARCH: ${{ matrix.arch }}
- name: Test SM2
run: go test -v -short ./sm2/...
env: