From 57af045e9bb9bdc53b22fde5eb62c97ee7c6fd84 Mon Sep 17 00:00:00 2001 From: Matthew Hambrecht <14303543+mhambre@users.noreply.github.com> Date: Sun, 10 May 2026 14:21:15 -0400 Subject: [PATCH] ci: Remove duplicate cargo test command in BSD ci Removed duplicate cargo test command from CI workflow. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 944ea422..540dc5d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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