You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Makefile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,4 +41,4 @@ smoke-macos: check-macos
41
41
cargo test --features="fusedev" -- --nocapture
42
42
43
43
docker-smoke:
44
-
docker run --env RUST_BACKTRACE=1 --rm --privileged -v${current_dir}:/fuse-rs rust:1.68 sh -c "rustup component add clippy rustfmt; cd /fuse-rs; make smoke-all"
44
+
docker run --env RUST_BACKTRACE=1 --rm --privileged --volume${current_dir}:/fuse-rs rust:1.68 sh -c "rustup component add clippy rustfmt; cd /fuse-rs; make smoke-all"
0 commit comments