File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 60
60
- name : Test GORM
61
61
shell : bash
62
62
run : gormlite/test.sh
63
+ if : matrix.os != 'windows-latest'
63
64
64
65
- name : Test modules
65
66
shell : bash
@@ -193,9 +194,6 @@ jobs:
193
194
- name : Test 386 (32-bit)
194
195
run : GOARCH=386 go test -v -short ./...
195
196
196
- - name : Test arm64 (compiler)
197
- run : GOARCH=arm64 go test -v -short ./...
198
-
199
197
- name : Test riscv64 (interpreter)
200
198
run : GOARCH=riscv64 go test -v -short ./...
201
199
@@ -205,6 +203,18 @@ jobs:
205
203
- name : Test s390x (big-endian)
206
204
run : GOARCH=s390x go test -v -short -tags sqlite3_dotlk ./...
207
205
206
+ test-linuxarm :
207
+ runs-on : ubuntu-24.04-arm
208
+ needs : test
209
+
210
+ steps :
211
+ - uses : actions/checkout@v4
212
+ - uses : actions/setup-go@v5
213
+ with : { go-version: stable }
214
+
215
+ - name : Test
216
+ run : go test -v ./...
217
+
208
218
test-macintel :
209
219
runs-on : macos-13
210
220
needs : test
You can’t perform that action at this time.
0 commit comments