Add --all-features flag to rust CI.

This commit is contained in:
Hunter Trujillo
2023-08-29 10:43:49 -06:00
parent 420dc3412e
commit ed2a64d5bb

View File

@@ -19,4 +19,4 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --all-features --verbose