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