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 83aa643 commit 4a529f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .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 plastics example
run: cargo run --example plastics
- name: Run posql_db example (With Blitzar)
Expand Down Expand Up @@ -240,4 +242,4 @@ jobs:
- name: Install solhint
run: npm install -g solhint
- name: Run tests
run: solhint -c 'crates/proof-of-sql/.solhint.json' 'crates/proof-of-sql/**/*.sol' -w 0
run: solhint -c 'crates/proof-of-sql/.solhint.json' 'crates/proof-of-sql/**/*.sol' -w 0

0 comments on commit 4a529f9

Please sign in to comment.