chore(ci): Ensure latest job passes

This commit is contained in:
Ed Page 2024-03-04 09:33:41 -06:00
parent bcafd462cb
commit 8fbad372a8

View file

@ -55,8 +55,8 @@ jobs:
- name: Update dependencues
run: cargo update
- name: Default features
run: cargo test --workspace --all-targets
run: cargo test --workspace
- name: All features
run: cargo test --workspace --all-targets --all-features
run: cargo test --workspace --all-features
- name: No-default features
run: cargo test --workspace --all-targets --no-default-features
run: cargo test --workspace --no-default-features