Allow the complement test image to use build artifacts

next
Valkum 2021-01-22 20:11:19 +01:00
parent 9424ba0559
commit a1e296374f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ ARG SCCACHE_ENDPOINT
ARG SCCACHE_S3_USE_SSL
COPY . .
RUN cargo build
RUN test -e target/release/cond_test || cargo build --release --offline
FROM valkum/docker-rust-ci:latest
WORKDIR /workdir