Skip to content

Commit

Permalink
Merge pull request #97 from COMBINE-lab/master
Browse files Browse the repository at this point in the history
Update rust.yml
  • Loading branch information
rob-p committed Jan 12, 2023
2 parents 301e5e2 + 051135f commit 2c62d22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- name: Build
run: cargo build --verbose
- name: Run tests
Expand All @@ -52,6 +53,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3


- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -71,6 +73,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- name: Install
run: cargo build --release
- name: sample run
Expand Down

0 comments on commit 2c62d22

Please sign in to comment.