From f04666b427322c30b7599f34ef961bbda9ac1301 Mon Sep 17 00:00:00 2001 From: Sun Yimin Date: Thu, 5 Sep 2024 12:57:47 +0800 Subject: [PATCH] ci: ppc64le test -v --- .github/workflows/test_ppc64.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}