Disable fuse test for macOS

This commit is contained in:
Alexander Neumann 2020-11-13 21:58:16 +01:00
parent 219d9a62f2
commit 468612b108
1 changed files with 1 additions and 6 deletions

View File

@ -21,7 +21,7 @@ jobs:
- job_name: macOS
go: 1.15.x
os: macOS-latest
test_fuse: true
test_fuse: false
- job_name: Linux
go: 1.15.x
@ -79,11 +79,6 @@ jobs:
# add $HOME/bin to path ($GOBIN was already added to the path by setup-go@v2)
echo $HOME/bin >> $GITHUB_PATH
echo "install osxfuse"
if [ "$RUNNER_OS" == "macOS" ]; then
brew cask install osxfuse
fi
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macOS-latest'
- name: Get programs (Windows)