From ecbb714a3df98378fa1d6cb158384db50c5e1cb4 Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Tue, 3 Jun 2025 21:12:32 +1000 Subject: [PATCH] Install fuse-t on macos CI and use the Go unit test instead of fs/test.sh --- .github/workflows/go.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 23cbaf7f..bba6f09c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,13 +33,7 @@ jobs: run: GOARCH=386 go test -run @ ./... - name: Some packages compile for WebAssembly run: GOOS=js GOARCH=wasm go build . ./storage ./tracker/... - - run: brew install macfuse pv md5sha1sum bash + - run: brew install macfuse pv md5sha1sum bash fuse-t if: matrix.os == 'macos-latest' - run: sudo apt install pv fuse if: matrix.os == 'ubuntu-latest' - - run: | - go install github.com/anacrolix/godo@v1 - echo $PATH - - run: | - fs/test.sh - mount -- 2.51.0