curl -sSf https://static.rust-lang.org/rustup.sh | sh
git clone git@github.com:gterzian/workflow_executor.git
cd workflow_executor
cargo test
Alternatively, just look at it running on travis...
curl -sSf https://static.rust-lang.org/rustup.sh | sh
git clone git@github.com:gterzian/workflow_executor.git
cd workflow_executor
cargo test
Alternatively, just look at it running on travis...