Skip to content

Commit

Permalink
Add mask and consolidate folders / subpackages to the set of targ…
Browse files Browse the repository at this point in the history
…et modules in run-test [all tests ci] (#929)

* Add new mask subpackage folder to the list of target modules to run

* Add consolidate subpackage folder to the list of target modules to run
  • Loading branch information
emiliom authored Jan 3, 2023
1 parent 39ce6e6 commit 8534317
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci_helpers/run-test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"utils": {},
"visualize": {},
"metrics": {},
"mask": {},
"consolidate": {},
}

if __name__ == "__main__":
Expand Down

0 comments on commit 8534317

Please sign in to comment.