Skip to content

Commit

Permalink
add another cfg flag
Browse files Browse the repository at this point in the history
  • Loading branch information
eriktaubeneck committed Sep 20, 2024
1 parent 6bc07ad commit 4d02a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipa-core/tests/hybrid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#[allow(dead_code)]
mod common;

#[cfg(all(test, feature = "cli"))]
#[cfg(all(test, feature = "cli", feature = "test-fixture"))]
mod tests {
use std::process::{Command, Stdio};

Expand Down

0 comments on commit 4d02a24

Please sign in to comment.