Test on M1.

This commit is contained in:
Nuno Cruces
2024-02-02 17:49:46 +00:00
parent ea8894162b
commit bb0c77c6fa

View File

@@ -37,4 +37,20 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Test
run: GOARCH=arm64 go test -v ./...
run: GOARCH=arm64 go test -v ./...
test-m1:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- name: Set up
uses: actions/setup-go@v5
with:
go-version: stable
- name: Test
run: go test -v ./...