Skip to content
Merged
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
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
toolchain: 1.84.1
- uses: Swatinem/rust-cache@v2
- name: Lint (clippy)
run: cargo clippy --all-features --all-targets
Expand All @@ -34,6 +35,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt, clippy
toolchain: 1.84.1
- uses: Swatinem/rust-cache@v2
- name: Build rustdoc
run: cargo doc --all-features --workspace
Expand All @@ -50,6 +52,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.84.1
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build
Expand Down
Loading