Skip to content

Commit

Permalink
Merge pull request sfackler#3 from MaterializeInc/fix-tests
Browse files Browse the repository at this point in the history
Fix replication tests when runtime feature is disabled
  • Loading branch information
benesch authored Feb 22, 2022
2 parents 604d84e + 1ef25c5 commit 2fdbaed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tokio-postgres/tests/test/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use tokio_postgres::{

mod binary_copy;
mod parse;
#[cfg(feature = "runtime")]
mod replication;
#[cfg(feature = "runtime")]
mod runtime;
Expand Down

0 comments on commit 2fdbaed

Please sign in to comment.