ci: build riscv64

This commit is contained in:
Sun Yimin 2024-03-04 10:12:26 +08:00 committed by GitHub
parent 45b41b9596
commit 2b95e2808c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,9 @@ jobs:
- name: Check out code
uses: actions/checkout@v4
- name: Build
run: go build -v ./internal/bigmod/...
- name: Test
run: go test -v -short ./internal/bigmod/...