Skip to content

Commit 58e336b

Browse files
committed
ci: Run cargo test on all features
1 parent c714a1f commit 58e336b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
143143
with:
144144
key: test
145-
- run: cargo test
145+
- run: cargo test --all-features
146146

147147
tests_passed:
148148
name: All tests passed

0 commit comments

Comments
 (0)