s390 test all

This commit is contained in:
Sun Yimin 2024-08-26 14:54:44 +08:00 committed by GitHub
parent 94a4b08155
commit 013e11cc83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,17 +29,7 @@ jobs:
- name: Check out code - name: Check out code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Test bigmod - name: Test
run: go test -v -short ./internal/bigmod/... run: go test -v -short ./...
env:
GOARCH: ${{ matrix.arch }}
- name: Test sm2ec
run: go test -v -short ./internal/sm2ec/...
env:
GOARCH: ${{ matrix.arch }}
- name: Test subtle
run: go test -v -short ./internal/subtle/...
env: env:
GOARCH: ${{ matrix.arch }} GOARCH: ${{ matrix.arch }}