also build examples

This commit is contained in:
Raffaele Ragni
2023-09-25 19:59:44 +02:00
parent 4fce301f02
commit c3cb0638d9

View File

@@ -28,6 +28,7 @@ jobs:
- name: "Build" - name: "Build"
run: | run: |
cargo build cargo build
cargo build --examples
- name: "Test" - name: "Test"
run: | run: |
cargo test --verbose cargo test --verbose