espresso-sequencer
espresso-sequencer copied to clipboard
Add dev-node binary
@imabdulbasit Thank you!
Since the dev-node requires the testing
feature, how about we add a separate docker build step on the CI where we cargo build --release --features testing --bin espresso-dev-node
.
@imabdulbasit @tbro
Since the dev-node requires the
testing
feature, how about we add a separate docker build step on the CI where wecargo build --release --features testing --bin espresso-dev-node
.
I think https://github.com/EspressoSystems/espresso-sequencer/pull/1353/commits/805aee159035696d502e3464798f277e3eea781a accomplishes this.