Skip to content

Commit

Permalink
ci: run example in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dalbertom committed Oct 23, 2024
1 parent bc67d29 commit 4c5ba2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ jobs:
run: cargo run --example books
- name: Run brands example
run: cargo run --example brands
- name: Run census example
run: cargo run --example census
- name: Run posql_db example (With Blitzar)
run: bash crates/proof-of-sql/examples/posql_db/run_example.sh
- name: Run posql_db example (Without Blitzar)
Expand Down

0 comments on commit 4c5ba2c

Please sign in to comment.