Skip to content

Commit d9974dd

Browse files
committed
fix: Remove AUTOMATION_ARGS.
1 parent 79cd359 commit d9974dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: aig787/cargo-udeps-action@v1
4747
with:
4848
version: "latest"
49-
args: "--workspace --all-features --all-targets ${{ env.AUTOMATION_ARGS }}"
49+
args: "--workspace --all-features --all-targets --release"
5050

5151
codespell:
5252
name: Check spelling

0 commit comments

Comments
 (0)