Skip to content

Commit 2fdbaed

Browse files
authored
Merge pull request #3 from MaterializeInc/fix-tests
Fix replication tests when runtime feature is disabled
2 parents 604d84e + 1ef25c5 commit 2fdbaed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tokio-postgres/tests/test/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ use tokio_postgres::{
2121

2222
mod binary_copy;
2323
mod parse;
24+
#[cfg(feature = "runtime")]
2425
mod replication;
2526
#[cfg(feature = "runtime")]
2627
mod runtime;

0 commit comments

Comments
 (0)