Skip to content

Commit

Permalink
fix clippy args
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Mar 2, 2020
1 parent 60ddf2f commit 91497b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -p examples -p benchmarks --all-targets -- --check
args: -p examples -p benchmarks --all-targets -- -D warnings
- uses: actions-rs/cargo@v1
with:
command: build
Expand Down

0 comments on commit 91497b8

Please sign in to comment.