We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8d902c commit 8a82307Copy full SHA for 8a82307
.github/workflows/testing.yml
@@ -26,6 +26,8 @@ jobs:
26
run: cargo build --verbose
27
- name: Build (No Features)
28
run: cargo build --verbose --no-default-features
29
+ - name: Build (All Features)
30
+ run: cargo build --verbose --all-features
31
- name: Build (examples)
32
run: cargo build --verbose --examples
33
- name: Run Tests (Default Features)
0 commit comments