diff --git a/crates/gh-workflow/src/cargo.rs b/crates/gh-workflow/src/cargo.rs index 18f60c6..2954a88 100644 --- a/crates/gh-workflow/src/cargo.rs +++ b/crates/gh-workflow/src/cargo.rs @@ -117,7 +117,6 @@ impl From for Step { } } - #[cfg(test)] mod tests { use super::*; @@ -135,4 +134,3 @@ mod tests { insta::assert_snapshot!(serde_yaml::to_string(&step).unwrap()); } } -