Add benchmarks to continuous integration workflow.

This commit is contained in:
KtorZ 2024-07-16 17:16:11 +02:00
parent 28d2ee7186
commit 20e606e645
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ jobs:
run: |
cargo run -r -- check examples/hello_world
cargo run -r -- check examples/gift_card
cargo run -r -- check examples/benchmarks
- name: Run acceptance tests
working-directory: examples/acceptance_tests
run: |