What is the issue?
In Dang, I placed all my test checks on an intermediate type named Test:
In Dagger v0.19.10, dagger check -l yielded:
lint
test:language
test:lsp
test:treesitter
But in v0.19.11, I only get:
If I merge the Test type into the parent alongside lint they're listed just fine.
Also tried moving everything to a toolchain, but it didn't help.
Dagger version
v0.19.11
Steps to reproduce
No response
Log output
No response