Update the workflow to build with all targets
This commit is contained in:
parent
dc11634aca
commit
e025aef4e0
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
@ -19,4 +19,6 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose --all-features
|
||||||
|
- name: Document
|
||||||
|
run: cargo doc --verbose --all-features --no-deps
|
||||||
|
Loading…
Reference in New Issue
Block a user