ynput / LabLib

Create VFX Dailies with Python! Can be used to render directly or as a module extending other code.
MIT License
2 stars 2 forks source link

Use GitHub Runner to run all tests #21

Closed tweak-wtf closed 1 month ago

tweak-wtf commented 2 months ago

Description

Adds workflow to run the full test suite. Follows the testing section of README.md so really just executes:

.\start.ps1 install
.\start.ps1 get-dependencies
.\start.ps1 test

Now we can reference log output lines like this https://github.com/ynput/LabLib/actions/runs/9921811555/job/27410181536#step:7:735 which should make testing more approachable :)

Testing Notes