Skip to content

Commit d86c5b9

Browse files
committed
gh: Run clippy unit tests on std and alloc features
Signed-off-by: Tyler Fanelli <[email protected]>
1 parent 87e1351 commit d86c5b9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,7 @@ jobs:
2323
override: true
2424
components: rustfmt, clippy
2525

26-
- name: Unit tests (all features)
27-
run: cargo test --all-features
26+
- name: Unit tests (std)
27+
run: cargo test --no-default-features --features std
28+
- name: Unit tests (alloc)
29+
run: cargo test --no-default-features --features alloc

0 commit comments

Comments
 (0)