When using AirSpec with scala-cli, the process hungs: Build.test.scala ```scala //> using test.dep org.wvlet.airframe::airspec:23.7.0 //> using testFramework "wvlet.airspec.Framework" import wvlet.airspec.AirSpec class BuildTest extends AirSpec: test("foo") { // TODO: hangs after completion } ``` ``` $ scala-cli test . Compiling project (test, Scala 3.3.0, JVM) Compiled project (test, Scala 3.3.0, JVM) BuildTest: - foo 6.82ms <----------- hungs here ``` Probably because async test support of AirSpec is related.