Test the whole workspace
This commit is contained in:
parent
e662eac46a
commit
8abf4950f9
|
@ -20,7 +20,7 @@ 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 --workspace --features=all
|
||||||
|
|
||||||
build-examples:
|
build-examples:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
|
Loading…
Reference in New Issue