Skip to content

Commit

Permalink
disable CI warning
Browse files Browse the repository at this point in the history
  • Loading branch information
shadawck committed Dec 26, 2023
1 parent 0a7dc27 commit 3d8b8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: --locked --all-targets -- -D warnings # --all-features --workspace
args: --locked --all-targets # --all-features --workspace -D warnings

#test_code_coverage:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 3d8b8cf

Please sign in to comment.