mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-19 05:43:51 +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
156 B
Scala
7 lines
156 B
Scala
name := "bitcoin-s-server-test"
|
|
|
|
publish / skip := true
|
|
|
|
Test / test := (Test / test dependsOn {
|
|
Projects.bitcoindRpc / TaskKeys.downloadBitcoind
|
|
}).value |