Skip to content

Commit

Permalink
[MNT] include unit tests in sktime/tests in per module tests (#6353)
Browse files Browse the repository at this point in the history
Fixes #6352

This PR adds coverage of `sktime/tests` for per module CI workflows.
  • Loading branch information
yarnabrina committed May 9, 2024
1 parent 45500ce commit d638877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/test-component/action.yml
Expand Up @@ -52,6 +52,7 @@ runs:
run: >-
python3
-m pytest
sktime/tests
sktime/${{ inputs.sktime-component-identifier }}
--matrixdesign ${{ inputs.sub-sample-estimators }}
--only_changed_modules ${{ inputs.test-affected-estimators }}
Expand Down

0 comments on commit d638877

Please sign in to comment.