Skip to content

Commit 3d8b8cf

Browse files
committed
disable CI warning
1 parent 0a7dc27 commit 3d8b8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions-rs/cargo@v1
3838
with:
3939
command: clippy
40-
args: --locked --all-targets -- -D warnings # --all-features --workspace
40+
args: --locked --all-targets # --all-features --workspace -D warnings
4141

4242
#test_code_coverage:
4343
# runs-on: ubuntu-latest

0 commit comments

Comments
 (0)