bitcoin-s/app/server-test/server-test.sbt

7 lines
156 B
Text
Raw Normal View History

name := "bitcoin-s-server-test"
publish / skip := true
Test / test := (Test / test dependsOn {
Projects.bitcoindRpc / TaskKeys.downloadBitcoind
}).value