Skip to content

Commit

Permalink
fix: lint and release
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Oct 29, 2024
1 parent 03a1b0e commit f95aca2
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,30 +114,6 @@ jobs:
run: cargo run --example hello_world --no-default-features --features="test"
- name: Run space example
run: cargo run --example space
- name: Run dog breeds example
run: cargo run --example dog_breeds
- name: Run wood types example
run: cargo run --example wood_types
- name: Run dinosaurs example
run: cargo run --example dinosaurs
- name: Run books example
run: cargo run --example books
- name: Run programming books example
run: cargo run --example programming_books
- name: Run census example
run: cargo run --example census
- name: Run brands example
run: cargo run --example brands
- name: Run avocado-prices example
run: cargo run --example avocado-prices
- name: Run plastics example
run: cargo run --example plastics
- name: Run sushi example
run: cargo run --example sushi
- name: Run countries example
run: cargo run --example countries
- name: Run rockets example
run: cargo run --example rockets
- 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 f95aca2

Please sign in to comment.