Skip to content

Commit

Permalink
feat: add stocks dataset test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
waelsy123 committed Oct 25, 2024
1 parent 4b4fdb2 commit 576f15b
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 @@ -130,6 +130,8 @@ jobs:
run: cargo run --example plastics
- name: Run sushi example
run: cargo run --example sushi
- name: Run stocks example
run: cargo run --example stocks
- 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 576f15b

Please sign in to comment.