Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
confusinguser authored Feb 10, 2024
1 parent c73a02d commit c807f22
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: clippy-check
uses: LoliGothick/clippy-check@v0.3.1
with:
# GitHub token
token: ${{ secrets.GITHUB_TOKEN }}
- name: Clippy
run: cargo clippy

0 comments on commit c807f22

Please sign in to comment.