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 1b0686e commit 1740c93Copy full SHA for 1740c93
.github/workflows/tests.yaml
@@ -44,6 +44,9 @@ jobs:
44
- name: Test (no default features)
45
run: cargo test --no-default-features
46
47
+ - name: Test (libm only)
48
+ run: cargo test --no-default-features --features "libm"
49
+
50
- name: Test (schema features subset)
51
if: matrix.rust == 'stable'
52
run: cargo test --features "std,schemars"
0 commit comments