hopefully run tests

This commit is contained in:
rattatwinko
2025-06-03 18:19:44 +02:00
parent 08431ee6ca
commit d2864fd337
4 changed files with 160 additions and 0 deletions

View File

@@ -24,6 +24,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
run: make test
- name: Install PyInstaller
run: pip install pyinstaller