Skip to content

Commit 04e9f6f

Browse files
committed
feat(chore): make "test" task run examples
1 parent 6a189db commit 04e9f6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Taskfile.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ tasks:
77
RUST_BACKTRACE: full
88
cmds:
99
- cargo test --verbose
10+
- cargo run --example usage
1011
lint:
1112
cmds:
1213
- pre-commit run --all

0 commit comments

Comments
 (0)