Skip to content

Commit 10b9604

Browse files
committed
Forgot about this
1 parent 9bbe496 commit 10b9604

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ jobs:
3939

4040
- uses: actions-rs/cargo@v1
4141
with:
42-
command: test --release
42+
command: test
43+
args: --release

0 commit comments

Comments
 (0)