Skip to content

Commit

Permalink
adjust GitHub actions CI to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Oct 27, 2020
1 parent 22f8d07 commit 46d3961
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --workspace --verbose

test:
name: Test
Expand All @@ -34,6 +35,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: test
args: --workspace --verbose

fmt:
name: Formatting
Expand All @@ -49,7 +51,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: fmt
args: --all -- --check
args: --all -- --check --verbose

clippy:
name: Clippy
Expand All @@ -65,4 +67,4 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --workspace -- -D warnings

0 comments on commit 46d3961

Please sign in to comment.