.github/workflows/go.yml | 5 +++-- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 47feb7efa9e5230be7be0de39dc806cdc36de32f..5a627b5e745d8264d4d85c36ebd87be288a9ac41 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -89,7 +89,7 @@ # Test on 386 for atomic alignment and other bad 64-bit assumptions run: GOARCH=386 fs/test.sh torrentfs-macos: - timeout-minutes: 5 + timeout-minutes: 15 runs-on: ${{ matrix.os }} strategy: matrix: @@ -106,5 +106,6 @@ - name: Install godo run: go install -v github.com/anacrolix/godo@master - name: torrentfs end-to-end test - # Test on 386 for atomic alignment and other bad 64-bit assumptions run: fs/test.sh + # Pretty sure macos on GitHub CI has issues with the fuse driver now. + continue-on-error: true