Skip to content

Commit

Permalink
chore: Added Clippy to cargo install
Browse files Browse the repository at this point in the history
  • Loading branch information
Le0X8 committed Aug 2, 2024
1 parent 3ef200f commit 277be9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
with:
toolchain: nightly
override: true
- name: Install cargo-audit
run: cargo install cargo-audit
- name: Install cargo-audit and clippy
run: cargo install cargo-audit cargo-clippy
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 277be9c

Please sign in to comment.