mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2024-11-19 01:40:55 +01:00
52dcf51e82
* Remove download binary scripts from CI, try to make binary downloads contingent on tests being run in a project * Cleanup docs to remove unecessary downloadBitcoind
7 lines
204 B
Scala
7 lines
204 B
Scala
Test / test := (Test / test dependsOn {
|
|
Projects.clightningRpc / TaskKeys.downloadCLightning
|
|
}).value
|
|
|
|
Test / test := (Test / test dependsOn {
|
|
Projects.bitcoindRpc / TaskKeys.downloadBitcoind
|
|
}).value |