We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afef1ae commit 7c0eba9Copy full SHA for 7c0eba9
.github/workflows/deploy-ubuntu.yml
@@ -28,7 +28,7 @@ jobs:
28
run: sudo apt-get install -y libasound2-dev
29
30
- name: Build
31
- run: cargo build --verbose
+ run: cargo build --verbose --release
32
33
- name: Run tests
34
run: cargo test --verbose
0 commit comments