Make clightning tests execute async (#3768)

This commit is contained in:
Chris Stewart 2021-10-19 12:18:04 -05:00 committed by GitHub
parent d71208cf0f
commit 01a7c7c838
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -555,8 +555,7 @@ lazy val clightningRpcTest = project
.settings(CommonSettings.testSettings: _*)
.settings(
libraryDependencies ++= Deps.clightningRpcTest.value,
name := "bitcoin-s-clightning-rpc-test",
parallelExecution := false
name := "bitcoin-s-clightning-rpc-test"
)
.dependsOn(coreJVM % testAndCompile, clightningRpc, testkit)