Skip to content

Commit 1740c93

Browse files
committed
Add libm-only tests to CI
1 parent 1b0686e commit 1740c93

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
- name: Test (no default features)
4545
run: cargo test --no-default-features
4646

47+
- name: Test (libm only)
48+
run: cargo test --no-default-features --features "libm"
49+
4750
- name: Test (schema features subset)
4851
if: matrix.rust == 'stable'
4952
run: cargo test --features "std,schemars"

0 commit comments

Comments
 (0)