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 24, 2024
1 parent e235b6b commit 250918a
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 @@ -122,6 +122,8 @@ jobs:
run: cargo run --example dinosaurs
- name: Run books example
run: cargo run --example books
- name: Run census example
run: cargo run --example census
- name: Run brands example
run: cargo run --example brands
- name: Run plastics example
Expand Down

0 comments on commit 250918a

Please sign in to comment.