Skip to content

Commit 8a82307

Browse files
committed
Test CI with all features
1 parent d8d902c commit 8a82307

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: cargo build --verbose
2727
- name: Build (No Features)
2828
run: cargo build --verbose --no-default-features
29+
- name: Build (All Features)
30+
run: cargo build --verbose --all-features
2931
- name: Build (examples)
3032
run: cargo build --verbose --examples
3133
- name: Run Tests (Default Features)

0 commit comments

Comments
 (0)