Expand Rust Workflow
This commit is contained in:
parent
0cc5121238
commit
4ec1bde3d6
1 changed files with 4 additions and 0 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -18,3 +18,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build release
|
||||
run: cargo build --release --verbose
|
||||
|
|
Loading…
Reference in a new issue