Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gofmanaa committed Aug 25, 2023
1 parent 9b5c182 commit 3fc60b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,13 @@ jobs:
toolchain: stable
components: clippy
override: true
- name: cargo list
run: cargo --list
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-targets --all-features -- -Wclippy::all -Wclippy::disallowed_methods -D warnings
args: --all-targets --all-features #-- -Wclippy::all -Wclippy::disallowed_methods -D warnings

- name: cargo check
run: cargo check

Expand Down

0 comments on commit 3fc60b0

Please sign in to comment.