Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
iujakchu authored Jun 2, 2022
1 parent 2ae3cfe commit 4de5837
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:

- uses: rui314/setup-mold@v1

- name: Run cargo check
- name: Run cargo build
uses: actions-rs/cargo@v1
with:
command: build --verbose
command: build
args: --release --verbose

0 comments on commit 4de5837

Please sign in to comment.