diff --git a/.github/workflows/test_ppc64.yaml b/.github/workflows/test_ppc64.yaml index 5c1cfae..908a3cb 100644 --- a/.github/workflows/test_ppc64.yaml +++ b/.github/workflows/test_ppc64.yaml @@ -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 }}