binaries should be built with --release

This commit is contained in:
2021-12-22 21:49:57 +01:00
parent 2eca3fa8c8
commit 0f795ae061

View File

@@ -42,7 +42,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: cargo build --verbose
run: cargo build --release --verbose
- name: Upload artifact
uses: actions/upload-artifact@v2
with: