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 79cd359 commit d9974ddCopy full SHA for d9974dd
.github/workflows/checks.yml
@@ -46,7 +46,7 @@ jobs:
46
uses: aig787/cargo-udeps-action@v1
47
with:
48
version: "latest"
49
- args: "--workspace --all-features --all-targets ${{ env.AUTOMATION_ARGS }}"
+ args: "--workspace --all-features --all-targets --release"
50
51
codespell:
52
name: Check spelling
0 commit comments