Build examples too in CI
This commit is contained in:
parent
d399c12755
commit
5eb17ed0fd
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -22,6 +22,6 @@ jobs:
|
|||
toolchain: stable
|
||||
override: true
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
run: cargo build --examples --workspace --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --examples --workspace --verbose
|
||||
|
|
Loading…
Reference in a new issue