Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
features: --features unstable
- version: nightly
features: --features unstable,serde

steps:
- uses: actions/checkout@v4

Expand All @@ -46,6 +46,13 @@ jobs:
env:
RUST_BACKTRACE: 1

minimal-no-std:
name: Check that no-std builds (with a reduced featureset) without libm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo check --no-default-features

fmt:
name: Check code formatting
runs-on: ubuntu-latest
Expand Down
Loading
Loading