Test the whole workspace
This commit is contained in:
parent
e662eac46a
commit
8abf4950f9
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
run: cargo test --verbose --workspace --features=all
|
||||
|
||||
build-examples:
|
||||
needs: [build]
|
||||
|
|
Loading…
Reference in New Issue