Skip to content

Commit

Permalink
ci: disable CDB test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kanru committed Jan 6, 2024
1 parent e5c8ff8 commit e206883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dictionary/cdb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ impl DictionaryBuilder for CdbDictionaryBuilder {
}
}

#[cfg(test)]
#[cfg(all(test, not(target_os = "windows")))]
mod tests {
use std::error::Error;

Expand Down

0 comments on commit e206883

Please sign in to comment.