Flaky tests.

This commit is contained in:
Nuno Cruces
2024-02-03 01:17:02 +00:00
parent 7438fdb664
commit cdab468a92
2 changed files with 9 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ jobs:
go-version: stable
- name: Test
run: GOARCH=386 go test -v ./...
run: GOARCH=386 go test -v -short ./...
test-arm:
runs-on: ubuntu-latest
@@ -37,7 +37,7 @@ jobs:
uses: docker/setup-qemu-action@v3
- name: Test
run: GOARCH=arm64 go test -v ./...
run: GOARCH=arm64 go test -v -short ./...
test-m1:
runs-on: macos-14