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
It might be useful to have specific commands to build test a specific version of scala to speed up development.
I.e. if i have some kind of runtime error/ bug only for scala 2.13 then it would be nice to only build your project for 2.13.
for example sbt test_2.11.
The text was updated successfully, but these errors were encountered:
Ah cool! yea i already prefer project-matrix since you then don't forget to run the tests for all versions.
On the flipside having all tests always run 3 times slows down productivity.
In the past i have contributed to, here we just have multiple 'sourceSets' in 1 project but create different tasks for different versions, of course it is a competely different build system.: https://github.com/prokod/gradle-crossbuild-scala
It might be useful to have specific commands to build test a specific version of scala to speed up development.
I.e. if i have some kind of runtime error/ bug only for scala 2.13 then it would be nice to only build your project for 2.13.
for example sbt test_2.11.
The text was updated successfully, but these errors were encountered: