diff options
Diffstat (limited to 'mise.toml')
| -rw-r--r-- | mise.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ description = "Run g2h with the test repo" alias = "r" run = "rm -rf ./test_out && python3 -m g2h.cli test_repo test_out --name 'Test repo'" +[tasks.test] +alias = "t" +run = "pytest" + [tasks.commit] run = [ 'tar czf test_repo/git.tgz -C test_repo .git', |