bitcoin-s/dlc-node-test/dlc-node-test.sbt
Chris Stewart 52dcf51e82
Automatically download binaries if they are used in test suite (#4005)
* 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
2022-01-23 17:43:30 -06:00

3 lines
99 B
Scala

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