Skip to content

Commit

Permalink
CI clippy fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
volhovm committed Sep 17, 2024
1 parent 991c057 commit a482f13
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,13 @@ jobs:
- name: Lint (clippy)
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-features --tests --all-targets -- -D warnings -W clippy:all
run:
|
cat /home/runner/work/proof-systems/proof-systems/proof-systems-vendors/csv/Cargo.lock
clippy --all-features --tests --all-targets -- -D warnings -W clippy:all
#with:
# command: clippy
# args: --all-features --tests --all-targets -- -D warnings -W clippy:all

- name: Run Clippy (beta)
uses: actions-rs/clippy-check@v1
Expand Down

0 comments on commit a482f13

Please sign in to comment.