Run CI against all workspace members.
This commit is contained in:
parent
4f03c4dce2
commit
6e7e6b5aec
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user