bitcoin-s/clightning-rpc-test/clightning-rpc-test.sbt

7 lines
204 B
Plaintext
Raw Normal View History

Test / test := (Test / test dependsOn {
Projects.clightningRpc / TaskKeys.downloadCLightning
}).value
Test / test := (Test / test dependsOn {
Projects.bitcoindRpc / TaskKeys.downloadBitcoind
}).value