Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdud007 committed Jan 2, 2024
1 parent 68ad6e3 commit 895d7b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
- name: Install Clippy
run: rustup component add clippy --toolchain ${{ matrix.toolchain }}
- run: cargo test --all-features && cargo clippy --all-features

0 comments on commit 895d7b4

Please sign in to comment.