Skip to content

Commit

Permalink
fix: fixed cargo run command
Browse files Browse the repository at this point in the history
  • Loading branch information
yarbroughrh committed Oct 28, 2024
1 parent c9835ee commit 4976dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: Run books example
run: cargo run --example books
- name: Run programming books example
run: cargo run --example programmingbooks
run: cargo run --example programming_books
- name: Run brands example
run: cargo run --example brands
- name: Run avocado-prices example
Expand Down

0 comments on commit 4976dc4

Please sign in to comment.