Test the whole workspace

This commit is contained in:
D. Scott Boggs 2023-01-21 14:45:00 -05:00 committed by Scott Boggs
parent e662eac46a
commit 8abf4950f9
1 changed files with 1 additions and 1 deletions

View File

@ -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]