mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-22 10:16:18 +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
|
||||
|
||||
- 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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user