summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorValkum <rudi.floren@gmail.com>2021-01-22 20:11:19 +0100
committerValkum <rudi.floren@gmail.com>2021-01-22 20:11:19 +0100
commita1e296374f2e42e4b22789cc1736f73bf5e85a1f (patch)
tree6013055a66fce26208cbee54ba39b7b7dc14b989 /tests
parent9424ba05592ffcc04fc1cf0fcf0488cafea7c1d3 (diff)
downloadconduit-a1e296374f2e42e4b22789cc1736f73bf5e85a1f.zip
Allow the complement test image to use build artifacts
Diffstat (limited to 'tests')
-rw-r--r--tests/Complement.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Complement.Dockerfile b/tests/Complement.Dockerfile
index 306105a..0ef8f90 100644
--- a/tests/Complement.Dockerfile
+++ b/tests/Complement.Dockerfile
@@ -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