rust-lang / ferris-says

A Rust flavored implementation of `cowsay`
https://crates.io/crates/ferris-says
Apache License 2.0
194 stars 34 forks source link

tests: fixed tests for "clippy" feature #15

Closed Horki closed 3 years ago

Horki commented 4 years ago

@mgattozzi Hi, I have updated integrations tests for "clippy" feature, please check

mgattozzi commented 3 years ago

@Horki can you also update the .travis.yml and appveyor.yml files to add the line cargo test --features clippy after cargo test? This will make sure your changes run!

Horki commented 3 years ago

@mgattozzi Hi updated Travis, to build and test with clippy also

- cargo build --features clippy
- cargo test --features clippy
mgattozzi commented 3 years ago

Awesome thanks @Horki sorry it took so long for me to review I appreciate the help 😄