test(ci): run examples too

This commit is contained in:
rvcas 2023-08-16 13:33:54 -04:00
parent 6ecb3f08b0
commit ae216bd932
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@ jobs:
run: cargo build --verbose --workspace run: cargo build --verbose --workspace
- name: Run unit tests - name: Run unit tests
run: cargo test --verbose --workspace run: cargo test --verbose --workspace
- name: Run examples
run: |
cargo run -- check examples/hello_world
cargo run -- check examples/gift_card
- name: Run acceptance tests - name: Run acceptance tests
working-directory: examples/acceptance_tests working-directory: examples/acceptance_tests
run: | run: |