add --features all to github workflows
This commit is contained in:
parent
8bc27cf1d3
commit
abf43e7c7e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
- run: cargo test
|
- run: cargo test --features all
|
||||||
|
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
|
|
@ -42,4 +42,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
components: clippy
|
components: clippy
|
||||||
- run: cargo clippy --tests -- -Dclippy::all
|
- run: cargo clippy --features all --tests -- -Dclippy::all
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue