Test --no-default-features in CI

This commit is contained in:
Sam Wilson
2024-01-11 00:32:16 -05:00
parent bef115af81
commit 7cb00fafd1

View File

@@ -20,5 +20,7 @@ jobs:
run: cargo check --workspace --release --verbose
- name: Build
run: cargo build --workspace --release --verbose
- name: Run tests
- name: Run tests (defaults)
run: cargo test --workspace --release --verbose
- name: Run tests (minimal)
run: cargo test --workspace --release --verbose --no-default-features