Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.
Closed
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
5 changes: 2 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:
- name: Run cargo check (release, all features)
run: cargo check --release --benches --examples --tests --all-features
- name: Run cargo clippy
run: cargo clippy --benches --examples --tests --all-features -- -D warnings
run: cargo clippy --frozen --benches --examples --tests --all-features -- -D warnings
- name: Run cargo fmt
run: cargo fmt --check
- name: Run cargo doc
run: cargo doc --all-features
#env:
# RUSTDOCFLAGS: --cfg docsrs

test:
name: Test
runs-on: ubuntu-latest
Expand Down
Loading