rchain-community / rchain-api

An API for rchain dapps to communicate with the blockchain
Other
22 stars 12 forks source link

teach travis to run integration tests with live node #65

Open dckc opened 5 years ago

dckc commented 5 years ago

Run our own node? Use testnet?

JoshOrndorff commented 5 years ago

travis could wget the right package, apt install it, some version of rnode run or freshr or something. But we'd maybe have to hack some kind of wait 30 seconds for the node to start or something.

I think letting testnet problems block your git workflow isn't a good idea yet.