Skip to content

Commit 477668f

Browse files
committed
Was doing the compile twice.
1 parent 973aa05 commit 477668f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: CI-Release
22
on:
33
pull_request:
44
push:
@@ -70,6 +70,7 @@ jobs:
7070
uses: actions-rs/cargo@v1
7171
with:
7272
command: test
73+
args: --release
7374

7475
- name: Prepare cache
7576
run: cargo xtask pre-cache

0 commit comments

Comments
 (0)