Add benchmarks to continuous integration workflow.
This commit is contained in:
parent
28d2ee7186
commit
20e606e645
|
@ -18,6 +18,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cargo run -r -- check examples/hello_world
|
cargo run -r -- check examples/hello_world
|
||||||
cargo run -r -- check examples/gift_card
|
cargo run -r -- check examples/gift_card
|
||||||
|
cargo run -r -- check examples/benchmarks
|
||||||
- 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