diff options
Diffstat (limited to 'cli/tests/integration_tests.rs')
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 967cf6afe..8469b5416 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -3,4 +3,5 @@ // The tests exist in a sub folder instead of as separate files in // this directory so that cargo doesn't compile each file as a new crate. +#[cfg(test)] mod integration; |