Skip to content

Commit 7c0eba9

Browse files
committed
Update github actions
1 parent afef1ae commit 7c0eba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: sudo apt-get install -y libasound2-dev
2929

3030
- name: Build
31-
run: cargo build --verbose
31+
run: cargo build --verbose --release
3232

3333
- name: Run tests
3434
run: cargo test --verbose

0 commit comments

Comments
 (0)