]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Install fuse-t on macos CI and use the Go unit test instead of fs/test.sh
authorMatt Joiner <anacrolix@gmail.com>
Tue, 3 Jun 2025 11:12:32 +0000 (21:12 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 3 Jun 2025 11:12:32 +0000 (21:12 +1000)
.github/workflows/go.yml

index 23cbaf7f6fa077a2c03820a9814a916c7916fdbb..bba6f09c2ac48e435d0ac51a1617f003780b2952 100644 (file)
@@ -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