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 fb0d29b commit 2ae3cfe
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: rui314/setup-mold@v1
- uses: actions/checkout@v3
- name: Check
run: cargo check --verbose
- name: Run tests
run: cargo test --verbose
- name: Build
run: cargo build --verbose
- name: Install rustc 1.59.0
uses: actions-rs/toolchain@v1
with:
toolchain: 1.59.0
override: true


- uses: rui314/setup-mold@v1

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

0 comments on commit 2ae3cfe

Please sign in to comment.