Skip to content

Commit 52f39fa

Browse files
tmatthlu-zero
authored andcommitted
github: workflows: drop duplicate verbose arg
1 parent d325d2a commit 52f39fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/speexdsp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions-rs/clippy-check@v1
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
48-
args: --all --all-targets --all-features --tests -- --verbose
48+
args: --all --all-targets --all-features --tests --
4949

5050
tests:
5151

0 commit comments

Comments
 (0)