limist the test scope

This commit is contained in:
Sun Yimin 2024-03-04 09:52:36 +08:00 committed by GitHub
parent a37c441993
commit 45b41b9596
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4
- name: Test
run: go test -v -short ./...
run: go test -v -short ./internal/bigmod/...
env:
GODEBUG: x509sha1=1
GOARCH: ${{ matrix.arch }}