Skip to content

Commit d5be6e0

Browse files
author
replydev
committed
Build release
1 parent a66134f commit d5be6e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Build
19+
- name: Build debug
2020
run: cargo build --verbose
21+
- name: Build release
22+
run: cargo build --release --verbose
2123
- name: Run tests
2224
run: cargo test --verbose
2325
- name: Run release tests

0 commit comments

Comments
 (0)