Skip to content

Commit 27e848b

Browse files
committed
build: added mise.toml to run common tasks
1 parent 4aa92b9 commit 27e848b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mise.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
[tasks.codegen]
22
description = "Update generated code"
33
run = "uv run python3 -m codegen.run"
4+
5+
[tasks.test]
6+
description = "Run unit tests"
7+
run = "uv run pytest"

0 commit comments

Comments
 (0)