]> Sergey Matveev's repositories - btrtrc.git/commitdiff
CI: Ensure godo v1 and run mount after FS test
authorMatt Joiner <anacrolix@gmail.com>
Mon, 26 Feb 2024 11:42:00 +0000 (22:42 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 27 Feb 2024 00:14:06 +0000 (11:14 +1100)
.github/workflows/go.yml

index e95f82604f5cc5234f91a0cb825a2b98f620fc63..6165181886fa796c3731196dea54f1bb529bf066 100644 (file)
@@ -80,7 +80,7 @@ jobs:
     - name: Install godo
       run: |
         # Need master for cross-compiling fix
-        go install -v -x github.com/anacrolix/godo@master
+        go install -v -x github.com/anacrolix/godo@v1
         echo $PATH
 
     - name: Apt packages
@@ -89,6 +89,7 @@ jobs:
     - name: torrentfs end-to-end test
       # Test on 386 for atomic alignment and other bad 64-bit assumptions
       run: GOARCH=386 fs/test.sh
+    - run: mount
 
 # Github broke FUSE on MacOS, I'm not sure what the state is.