Skip to content

Commit

Permalink
Add workflow job to build examples
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
  • Loading branch information
matthiasbeyer authored and dscottboggs committed Dec 29, 2022
1 parent 351bb07 commit 89f9efe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
- name: Run tests
run: cargo test --verbose

build-examples:
needs: [build]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build-examples
run: cargo build --examples --verbose

clippy:
needs: [build]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 89f9efe

Please # to comment.