Skip to content

Commit

Permalink
chore(clippy): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 28, 2024
1 parent d36ebc3 commit 04093a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:
RUSTFLAGS: --cfg hyper_unstable_tracing
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
components: clippy
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
Expand Down

0 comments on commit 04093a2

Please sign in to comment.