Skip to content
Merged
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
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ jobs:
cargo build --all --all-targets
cargo doc --all --no-deps
cargo test --all --all-targets -- --skip=mnt::test::mount_unmount
cargo test --all --all-targets -- --skip=mnt::test::mount_unmount
sudo cargo run -p fuser-tests -- bsd-mount
sudo ./tests/bsd_pjdfs.sh
# Clean up root-owned files so cross-platform-actions rsync teardown doesn't fail
Expand Down
Loading