Skip to content

Commit

Permalink
github(workflows): add stages/test to the CI run too
Browse files Browse the repository at this point in the history
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
mvo5 committed Nov 6, 2023
1 parent 025e2bd commit f57bbe4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "test.run.test_noop"
- "test.run.test_sources"
- "test.run.test_stages"
- "-k stages/test"
environment:
- "py36"
- "py39"
Expand Down

0 comments on commit f57bbe4

Please sign in to comment.