mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 14:33:06 +01:00
Make clightning tests execute async (#3768)
This commit is contained in:
parent
d71208cf0f
commit
01a7c7c838
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue