Skip to content

Commit

Permalink
Add libm-only tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Dec 19, 2024
1 parent 1b0686e commit 1740c93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
- name: Test (no default features)
run: cargo test --no-default-features

- name: Test (libm only)
run: cargo test --no-default-features --features "libm"

- name: Test (schema features subset)
if: matrix.rust == 'stable'
run: cargo test --features "std,schemars"
Expand Down

0 comments on commit 1740c93

Please sign in to comment.