Skip to content
Snippets Groups Projects
Commit a1e29637 authored by Valkum's avatar Valkum
Browse files

Allow the complement test image to use build artifacts

parent 9424ba05
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment