Skip to content

Commit 9df8701

Browse files
committed
CI: build in release mode
1 parent 4162449 commit 9df8701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
toolchain: ${{matrix.toolchain}}
3636
rustflags: ""
3737
- name: Build
38-
run: cargo build
38+
run: cargo build --release

0 commit comments

Comments
 (0)