Skip to content

Commit 6050c74

Browse files
authored
Merge pull request #3 from JurajSadel/ci
CI: don't crash on warning
2 parents 069cb35 + fae9ca2 commit 6050c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- command: fmt
2525
args: --all -- --check --color always
2626
- command: clippy
27-
args: --all-targets --all-features --workspace -- -D warnings
27+
args: --all-targets --all-features --workspace
2828
steps:
2929
- name: Checkout repository
3030
uses: actions/checkout@v4

0 commit comments

Comments
 (0)