Add targets

This commit is contained in:
Yong Wen Chua 2019-03-18 09:54:45 +08:00
parent 18caf042ed
commit 0ccc0a156f
No known key found for this signature in database
GPG Key ID: A70BD30B21497EA9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ before_script:
- rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
script:
- cargo fmt -- --check
- cargo clippy "${CARGO_FLAGS}" -- -D warnings
- cargo clippy "${CARGO_FLAGS}" --all-targets -- -D warnings
- |
cargo build "${CARGO_FLAGS}" &&
cargo test "${CARGO_FLAGS}" &&