Skip to content

Commit

Permalink
Fixing CI for examples crate
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Mar 2, 2020
1 parent fe15732 commit 60ddf2f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: --all -- --check
- uses: actions-rs/cargo@v1
with:
command: build
args: -p examples --all-targets
args: -p examples -p benchmarks --all-targets -- --check
- uses: actions-rs/cargo@v1
with:
command: build
args: -p benchmarks --all-targets
args: -p examples -p benchmarks --all-targets

0 comments on commit 60ddf2f

Please sign in to comment.