CI: use --all-features
This commit is contained in:
parent
edb93314e3
commit
8d046cb502
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -16,6 +16,6 @@ jobs:
|
|||
- name: Run fmt
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build --verbose --all-features
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --verbose --all-features
|
||||
|
|
Loading…
Reference in a new issue