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 9bbe496 commit 10b9604Copy full SHA for 10b9604
.github/workflows/rust.yml
@@ -39,4 +39,5 @@ jobs:
39
40
- uses: actions-rs/cargo@v1
41
with:
42
- command: test --release
+ command: test
43
+ args: --release
0 commit comments