Skip to content

Commit 8f11069

Browse files
author
elvis kahoro
committed
fix: Supressing GitHub Action's Clippy Errors
1 parent 3816473 commit 8f11069

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
uses: actions-rs/cargo@v1
3838
with:
3939
command: clippy
40-
args: -- -D warnings
40+
args: -- -A warnings
4141

4242
- name: Run clippy on tests
4343
uses: actions-rs/cargo@v1
4444
with:
4545
command: clippy
46-
args: --tests -- -D warnings
46+
args: --tests -- -A warnings

0 commit comments

Comments
 (0)