Run CI against all workspace members.

This commit is contained in:
Jimmy Cuadra 2019-08-02 17:07:33 -07:00
parent 4f03c4dce2
commit 6e7e6b5aec

View File

@ -8,9 +8,9 @@ before_script:
script: script:
- "cargo audit" - "cargo audit"
- "cargo fmt --all -- --check" - "cargo fmt --all -- --check"
- "cargo clippy --all-targets --all-features -- -D warnings" - "cargo clippy --all --all-targets --all-features -- -D warnings"
- "cargo build --verbose" - "cargo build --all --verbose"
- "cargo test --verbose" - "cargo test --all --verbose"
notifications: notifications:
email: false email: false
irc: irc: