Can't pass feature flags at the root of the workspace

This commit is contained in:
Deirdre Connolly 2020-12-04 05:16:25 -05:00 committed by Deirdre Connolly
parent 27e42f4ed5
commit 1fb9198248
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN rustc -V; cargo -V; rustup -V
COPY . .
RUN cargo test --all --release; cargo build --release --features enable-sentry
RUN cargo test --all --release; cd zebrad/; cargo build --release --features enable-sentry
# Runner image