未验证 提交 b32ad70d 编写于 作者: S sinofp 提交者: GitHub

build.sc: remove `testOnly` (#843)

* build.sc: remove `testOnly`

mill 0.98 added its own `testOnly`. If we keep our version, we can't compile build.sc.
Some people in the WeChat tutorial group have already encountered this issue.

* Pin mill version to 0.9.8

https://github.com/OpenXiangShan/XiangShan/pull/843#issuecomment-868669873
上级 4e828fe9
......@@ -101,10 +101,6 @@ object XiangShan extends CommonModule with SbtModule {
def testFrameworks = Seq(
"org.scalatest.tools.Framework"
)
def testOnly(args: String*) = T.command {
super.runMain("org.scalatest.tools.Runner", args: _*)
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册