You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
To be consistent with other build methods, it should be possible to package the test scope along with main when using the package command.
Describe the solution you'd like
A --test command line option, similar to repl and compile.
Describe alternatives you've considered
Currently it's possible to compile the test scope separately and then add the output to the classpath for package.
It's a hassle though, and requires 2 separate scala-cli calls.
Is your feature request related to a problem? Please describe.
To be consistent with other build methods, it should be possible to package the test scope along with main when using the
package
command.Describe the solution you'd like
A
--test
command line option, similar torepl
andcompile
.Describe alternatives you've considered
Currently it's possible to compile the test scope separately and then add the output to the classpath for
package
.It's a hassle though, and requires 2 separate
scala-cli
calls.Additional context
test
scope inputs when publishing #3483The text was updated successfully, but these errors were encountered: