Open wasowski opened 2 years ago
slow
see https://www.scalatest.org/user_guide/tagging_your_testsfastTest
in sbt that only tests things that are not slow
@wasowski , Is it still possible? since we have moved from scalatest to scalacheck. I googled it and all I found was for scalatest except munit. It seems filtering for scalacheck is possible with this package. I added it into LibraryDependencies, and tried to import in one of the test objects (i.e. CarSpec) but scala was complaining that "not found munit". Would you please give me a hint?
and configure CI to only run fast tests.