Skip to content

Commit

Permalink
Kill Unit after test
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Jan 13, 2025
1 parent 859e20d commit b44373e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import mill.scalalib._
import mill.testkit.{TestBaseModule, UnitTester}
import utest._

object SNUnitTests extends TestSuite {
object SNUnitMillPluginTests extends TestSuite {
def tests: Tests = Tests {
test("simple") {
object build extends TestBaseModule with SNUnit {
Expand All @@ -30,6 +30,7 @@ object SNUnitTests extends TestSuite {
Thread.sleep(5000)
}
}
eval(build.snunitKillNGINXUnit())
}
}
}
Expand Down

0 comments on commit b44373e

Please sign in to comment.