Skip to content

Commit

Permalink
ci: add time example to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JayWhite2357 committed Oct 22, 2024
1 parent de588c4 commit 9d38169
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 @@ -116,6 +116,8 @@ jobs:
run: bash crates/proof-of-sql/examples/posql_db/run_example.sh
- name: Run posql_db example (Without Blitzar)
run: bash crates/proof-of-sql/examples/posql_db/run_example.sh --no-default-features --features="rayon"
- name: Run time example
run: cargo run --example time

clippy:
name: Clippy
Expand Down

0 comments on commit 9d38169

Please sign in to comment.