test(ci): run examples too
This commit is contained in:
parent
6ecb3f08b0
commit
ae216bd932
|
@ -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: |
|
||||||
|
|
Loading…
Reference in New Issue