Add workflow job to build examples
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
351bb0741b
commit
89f9efe639
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue