Test ppc64le.

This commit is contained in:
Nuno Cruces
2024-09-24 13:20:16 +01:00
parent 90218c0d79
commit d694e9718e
11 changed files with 14 additions and 10 deletions

View File

@@ -153,6 +153,9 @@ jobs:
- name: Test riscv64 (interpreter)
run: GOARCH=riscv64 go test -v -short ./...
- name: Test ppc64le (interpreter)
run: GOARCH=ppc64le go test -v -short ./...
- name: Test s390x (big-endian, z/OS demo)
run: GOARCH=s390x go test -v -short -tags sqlite3_flock ./...