Skip to content

Commit d9074f6

Browse files
committed
--release
1 parent 0e45015 commit d9074f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run tests
2222
run: cargo test --verbose
2323
- name: Build (release)
24-
run: cargo build --target x86_64-unknown-linux-gnu
24+
run: cargo build --target x86_64-unknown-linux-gnu --release
2525
- uses: actions/upload-artifact@v4
2626
with:
2727
name: Linux Build
@@ -38,7 +38,7 @@ jobs:
3838
- name: Run tests
3939
run: cargo test --verbose
4040
- name: Build (release)
41-
run: cargo build --target x86_64-pc-windows-msvc
41+
run: cargo build --target x86_64-pc-windows-msvc --release
4242
- uses: actions/upload-artifact@v4
4343
with:
4444
name: Windows Build

0 commit comments

Comments
 (0)