gcloud build is still the only required check for PR merge, run tests in release profile

This commit is contained in:
Deirdre Connolly 2020-11-21 05:02:03 -05:00 committed by Deirdre Connolly
parent 902c6f6b29
commit 0b6a61c9e8
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ ENV CARGO_HOME /zebra/.cargo/
RUN rustc -V; cargo -V; rustup -V
COPY . .
RUN cargo build --release
RUN cargo test --all --release; cargo build --release
# Runner image