We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e45015 commit d9074f6Copy full SHA for d9074f6
.github/workflows/rust.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Run tests
22
run: cargo test --verbose
23
- name: Build (release)
24
- run: cargo build --target x86_64-unknown-linux-gnu
+ run: cargo build --target x86_64-unknown-linux-gnu --release
25
- uses: actions/upload-artifact@v4
26
with:
27
name: Linux Build
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
- run: cargo build --target x86_64-pc-windows-msvc
+ run: cargo build --target x86_64-pc-windows-msvc --release
42
43
44
name: Windows Build
0 commit comments