Skip to content

Commit b0b5bf5

Browse files
chore: don't include testutils in executable
1 parent 5ba54d9 commit b0b5bf5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

crates/pg_completions/src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ mod context;
44
mod item;
55
mod providers;
66
mod relevance;
7+
8+
#[cfg(test)]
79
mod test_helper;
810

911
pub use complete::*;

crates/pg_completions/src/providers/tables.rs

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub fn complete_tables(ctx: &CompletionContext, builder: &mut CompletionBuilder)
2424
}
2525
}
2626

27+
#[cfg(test)]
2728
mod tests {
2829
use crate::{
2930
complete,

0 commit comments

Comments
 (0)