Skip to content

Commit

Permalink
alter github workflow. build before test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Jul 6, 2020
1 parent ec6256e commit 13e5e30
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -40,6 +40,10 @@ jobs:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
continue-on-error: false
with:
command: build
- uses: actions-rs/cargo@v1
continue-on-error: false
with:
Expand Down

0 comments on commit 13e5e30

Please sign in to comment.