Skip to content

Commit

Permalink
separate steps for building and running ut
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Sep 14, 2021
1 parent 471b11b commit be9110f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/mangata-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ jobs:
- name: Check Cargo version
run: |
cargo --version
- name: Run cargo check
- name: Build UT
uses: actions-rs/cargo@v1
with:
toolchain: nightly-2020-10-01
command: check
- name: Test cargo check
command: build
args: --tests
- name: Run UT
uses: actions-rs/cargo@v1
with:
toolchain: nightly-2020-10-01
command: test
est

0 comments on commit be9110f

Please sign in to comment.