small changes...
main / Explore-Gitea-Actions (push) Failing after 19s

This commit is contained in:
2026-08-14 21:40:10 +01:00
parent cae89f4c19
commit c478d93f65
7 changed files with 196 additions and 15 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
.PHONY: run_ut
.PHONY: run_ut build
run_ut:
python -m unittest discover -s . -p 'test_*.py'
uv run pytest
build:
pyinstaller -F taskrunner.py
uv run pyinstaller ./taskrunner.spec