test all features

This commit is contained in:
Pascal Seitz
2021-06-15 09:31:39 +02:00
parent 268e6bfe6e
commit a40ff35453

View File

@@ -19,6 +19,6 @@ jobs:
- name: Build
run: cargo build --verbose --workspace
- name: Run tests
run: cargo test --verbose --workspace
run: cargo test --all-features --verbose --workspace
- name: Check Formatting
run: cargo fmt --all -- --check