Run CI against all workspace members.
This commit is contained in:
parent
4f03c4dce2
commit
6e7e6b5aec
@ -8,9 +8,9 @@ before_script:
|
||||
script:
|
||||
- "cargo audit"
|
||||
- "cargo fmt --all -- --check"
|
||||
- "cargo clippy --all-targets --all-features -- -D warnings"
|
||||
- "cargo build --verbose"
|
||||
- "cargo test --verbose"
|
||||
- "cargo clippy --all --all-targets --all-features -- -D warnings"
|
||||
- "cargo build --all --verbose"
|
||||
- "cargo test --all --verbose"
|
||||
notifications:
|
||||
email: false
|
||||
irc:
|
||||
|
Loading…
x
Reference in New Issue
Block a user