1
0
Fork 0
mirror of https://github.com/bitcoin-s/bitcoin-s.git synced 2025-03-23 07:36:02 +01:00
bitcoin-s/eclair-rpc-test/eclair-rpc-test.sbt

7 lines
197 B
Scala

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