test all features in engage (CI)
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
4a6d17b835
commit
781853603c
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,7 @@ RUSTDOCFLAGS="-D warnings" cargo doc \
|
|||
[[task]]
|
||||
name = "cargo-clippy"
|
||||
group = "lints"
|
||||
script = "cargo clippy --workspace --all-targets --color=always -- -D warnings"
|
||||
script = "cargo clippy --workspace --all-targets --all-features --color=always -- -D warnings"
|
||||
|
||||
[[task]]
|
||||
name = "cargo"
|
||||
|
@ -68,6 +68,7 @@ script = """
|
|||
cargo test \
|
||||
--workspace \
|
||||
--all-targets \
|
||||
--all-features \
|
||||
--color=always \
|
||||
-- \
|
||||
--color=always
|
||||
|
|
Loading…
Add table
Reference in a new issue