Skip to content

Commit

Permalink
github: workflows: drop duplicate verbose arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tmatth committed Jun 14, 2024
1 parent 1b077a0 commit 53ace5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/speexdsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all --all-targets --all-features --tests -- --verbose
args: --all --all-targets --all-features --tests --

tests:

Expand Down

0 comments on commit 53ace5f

Please sign in to comment.