Skip to content

Commit

Permalink
chore: cfg test does not work for integration tests (#521)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Aug 4, 2023
1 parent eb55032 commit 53c2338
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -507,9 +507,6 @@ mod config;
mod errors;
mod log_unstable;
mod quorum;
#[cfg(test)]
pub mod raft;
#[cfg(not(test))]
mod raft;
mod raft_log;
pub mod raw_node;
Expand Down

0 comments on commit 53c2338

Please sign in to comment.