Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
github(workflows): add stages/test to the CI run too
Include the new `stages/test` test category to the CI runs as well. Note that because `stages/__init__.py` and `stages/test/__init__.py` are missing it is not possible to use the existing style of just doing `stages.test`. Adding `stages/__init__.py` feels wrong and the desire is to have the stages tests close to the stages so this seems the least invasive way.
- Loading branch information