This commit is contained in:
Nuno Cruces
2024-11-06 11:45:14 +00:00
parent 23737a61ba
commit 38da27b5d1
4 changed files with 23 additions and 18 deletions

View File

@@ -162,8 +162,8 @@ jobs:
- name: Test ppc64le (interpreter)
run: GOARCH=ppc64le go test -v -short ./...
- name: Test s390x (big-endian, z/OS like)
run: GOARCH=s390x go test -v -short -tags sqlite3_flock ./...
- name: Test s390x (big-endian)
run: GOARCH=s390x go test -v -short -tags sqlite3_dotlk ./...
test-vm:
runs-on: ubuntu-latest