Skip to content

Commit

Permalink
feat(chore): make "test" task run examples
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiPashkin committed Jan 22, 2025
1 parent 6a189db commit 04e9f6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tasks:
RUST_BACKTRACE: full
cmds:
- cargo test --verbose
- cargo run --example usage
lint:
cmds:
- pre-commit run --all

0 comments on commit 04e9f6f

Please sign in to comment.