Use all features in CI.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
f02e263749
commit
5e6d57ab71
|
@ -9,8 +9,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- rustup component add clippy rustfmt
|
- rustup component add clippy rustfmt
|
||||||
- cargo fmt --check
|
- cargo fmt --check
|
||||||
- cargo test
|
- cargo test --all-features
|
||||||
- cargo clippy
|
- cargo clippy --all-features
|
||||||
- name: release
|
- name: release
|
||||||
image: rust
|
image: rust
|
||||||
pull: always
|
pull: always
|
||||||
|
|
Loading…
Reference in New Issue
Block a user