mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +08:00
ci: ppc64le test -v
This commit is contained in:
parent
f4015ea2cf
commit
f04666b427
4
.github/workflows/test_ppc64.yaml
vendored
4
.github/workflows/test_ppc64.yaml
vendored
@ -31,13 +31,13 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Test internal
|
- name: Test internal
|
||||||
run: go test ./internal/...
|
run: go test -v ./internal/...
|
||||||
env:
|
env:
|
||||||
GOARCH: ${{ matrix.arch }}
|
GOARCH: ${{ matrix.arch }}
|
||||||
GOPPC64: ${{ matrix.ppc64 }}
|
GOPPC64: ${{ matrix.ppc64 }}
|
||||||
|
|
||||||
- name: Test SM3
|
- name: Test SM3
|
||||||
run: go test ./sm3/...
|
run: go test -v ./sm3/...
|
||||||
env:
|
env:
|
||||||
GOARCH: ${{ matrix.arch }}
|
GOARCH: ${{ matrix.arch }}
|
||||||
GOPPC64: ${{ matrix.ppc64 }}
|
GOPPC64: ${{ matrix.ppc64 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user