Skip to content

Commit

Permalink
ci: ppc64le zuc
Browse files Browse the repository at this point in the history
  • Loading branch information
emmansun authored Sep 30, 2024
1 parent 2f3ec65 commit c33880e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_ppc64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
GOARCH: ${{ matrix.arch }}
GOPPC64: ${{ matrix.ppc64 }}

- name: Test ZUC
run: go test -v ./zuc/...
env:
GOARCH: ${{ matrix.arch }}
GOPPC64: ${{ matrix.ppc64 }}

- name: Test SM3
run: go test -v ./sm3/...
env:
Expand Down

0 comments on commit c33880e

Please sign in to comment.