diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48f2410..e6d6554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Pre-pull default Vetu image run: vetu pull ghcr.io/cirruslabs/ubuntu-amd64:24.04 - name: Run tests - run: go test -timeout=20m -v -count=1 ./... + run: go test -timeout=30m -v -count=1 ./... test-macos: name: Test (macOS)