Skip to content

Commit c109064

Browse files
committed
arm64 tests too
1 parent e40010e commit c109064

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/quality.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,12 @@ jobs:
9191

9292
test-go:
9393
name: "test/go"
94-
runs-on: ubuntu-latest
94+
strategy:
95+
matrix:
96+
runs-on:
97+
- ubuntu-24.04
98+
- ubuntu-24.04-arm # arm64
99+
runs-on: ${{ matrix.runs-on }}
95100
timeout-minutes: 20
96101
steps:
97102
- name: Checkout

0 commit comments

Comments
 (0)