We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04ed94 commit 5b54f15Copy full SHA for 5b54f15
.github/workflows/deploy-staging.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: cargo clippy
32
uses: clechasseur/rs-clippy-check@v3
33
with:
34
- args: --all --all-features -- -D warnings
+ args: --all --all-features
35
36
build-test:
37
name: Run tests
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
38
0 commit comments