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 0a5de06 commit ce3d2caCopy full SHA for ce3d2ca
.github/workflows/sanity_checks.yml
@@ -24,3 +24,6 @@ jobs:
24
25
- name: Run tests
26
run: cargo test
27
+
28
+ - name: Run tests with optional features
29
+ run: cargo test --all-features
0 commit comments