-
Notifications
You must be signed in to change notification settings - Fork 148
Labels
bugSomething isn't workingSomething isn't workinginternalInternal or build-related changesInternal or build-related changes
Description
Problem:
On the latest master, when I run ./mill 'build-module.test' 'scala.build.options.*'
, I would expect the ConfigMonoidTest to be executed but it is not.
Solution:
Either move ConfigMonoidTest
from modules/options/src/test/scala/scala/build/options
to modules/build/src/test/scala/scala/build/options
, or setup tests so that files in the former directory will also get executed. (I am not sure which is the preferred option)
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinginternalInternal or build-related changesInternal or build-related changes
Type
Projects
Status
Done