summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 6ff8cae62..a77aa6209 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -144,6 +144,12 @@ jobs:
goarch: "386" # thanks yaml
- goos: linux
goarch: loong64
+ - goos: linux
+ goarch: arm
+ goarm: "5"
+ - goos: linux
+ goarch: arm
+ goarm: "7"
# macOS
- goos: darwin
goarch: amd64
@@ -169,6 +175,7 @@ jobs:
env:
GOOS: ${{ matrix.goos }}
GOARCH: ${{ matrix.goarch }}
+ GOARM: ${{ matrix.goarm }}
CGO_ENABLED: "0"
- name: build tests
run: ./tool/go test -exec=true ./...