Compile tests without running as container layer

This commit is contained in:
Deirdre Connolly 2020-11-21 17:52:56 -05:00 committed by Deirdre Connolly
parent d813603bac
commit b3908b4425
1 changed files with 2 additions and 0 deletions

View File

@ -16,4 +16,6 @@ EXPOSE 8233 18233
COPY . .
RUN cargo test --all --no-run
CMD cargo test --workspace --no-fail-fast -- -Zunstable-options --include-ignored