We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161197d commit 07fabacCopy full SHA for 07fabac
1 file changed
crates/cli/tests/commands_smoke.rs
@@ -55,7 +55,9 @@ help_smoke_test!(help_schedule, "schedule");
55
help_smoke_test!(help_policy, "policy");
56
help_smoke_test!(help_daemon, "daemon");
57
help_smoke_test!(help_scan_usb, "scan-usb");
58
+#[cfg(target_os = "linux")]
59
help_smoke_test!(help_scan_memory, "scan-memory");
60
61
help_smoke_test!(help_check_rootkit, "check-rootkit");
62
help_smoke_test!(help_webhook, "webhook");
63
help_smoke_test!(help_email_alert, "email-alert");
0 commit comments