diff --git a/ci/check.sh b/ci/check.sh index b349db2..99fdfb9 100755 --- a/ci/check.sh +++ b/ci/check.sh @@ -39,7 +39,7 @@ parent=$(cd $(dirname $0) && pwd -P) repo_root=$(cd $(dirname $0)/.. && pwd -P) run "Formatting" "cargo fmt" -run "Clippy" "cargo clippy -- -D warnings" +run "Clippy" "cargo clippy --all-features --all-targets -- -D warnings" run "Unit Tests" "cargo test" if [ -z "$failures" ]; then diff --git a/src/bin/commands/demux.rs b/src/bin/commands/demux.rs index afeb22e..ab727db 100644 --- a/src/bin/commands/demux.rs +++ b/src/bin/commands/demux.rs @@ -1769,7 +1769,7 @@ mod tests { read_structures, sample_metadata, output_types: vec!['T', 'B'], - output: output_dir.clone(), + output: output_dir, unmatched_prefix: "unmatched".to_owned(), max_mismatches: 1, min_mismatch_delta: 2,