Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/gvfs-fuse-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: Build gvfs-fuse and testing

# Controls when the workflow will run
on:
push:
branches: [ "main", "branch-*" ]
pull_request:
branches: [ "main", "branch-*" ]
# Temporarily disable
# push:
# branches: [ "main", "branch-*" ]
# pull_request:
# branches: [ "main", "branch-*" ]
workflow_dispatch:

concurrency:
Expand Down
4 changes: 3 additions & 1 deletion clients/filesystem-fuse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ install-taplo-cli:
check-toml: install-taplo-cli
taplo check

check: check-fmt check-clippy check-cargo-sort
# todo: Disable some checks due to build failures caused by Rust dependency library upgrades.
# check: check-fmt check-clippy check-cargo-sort check-toml cargo-machete
check: check-fmt check-cargo-sort

doc-test:
cargo test --no-fail-fast --doc --all-features --workspace
Expand Down
Loading