From: Matt Joiner Date: Tue, 3 Jun 2025 11:12:32 +0000 (+1000) Subject: Install fuse-t on macos CI and use the Go unit test instead of fs/test.sh X-Git-Tag: v1.59.0~82 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=ecbb714a3df98378fa1d6cb158384db50c5e1cb4;p=btrtrc.git Install fuse-t on macos CI and use the Go unit test instead of fs/test.sh --- 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