ci: ppc64le test -v

This commit is contained in:
Sun Yimin 2024-09-05 12:57:47 +08:00 committed by GitHub
parent f4015ea2cf
commit f04666b427
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,13 +31,13 @@ jobs:
uses: actions/checkout@v4
- name: Test internal
run: go test ./internal/...
run: go test -v ./internal/...
env:
GOARCH: ${{ matrix.arch }}
GOPPC64: ${{ matrix.ppc64 }}
- name: Test SM3
run: go test ./sm3/...
run: go test -v ./sm3/...
env:
GOARCH: ${{ matrix.arch }}
GOPPC64: ${{ matrix.ppc64 }}