summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorValkum <rudi.floren@gmail.com>2021-02-04 23:51:20 +0100
committerValkum <rudi.floren@gmail.com>2021-02-04 23:51:20 +0100
commita61b1cef5bfa311484d84f4359262b46dd5a0a3c (patch)
tree9407533604d141a5f7f451f2b2447959b399731e /tests
parenta1e296374f2e42e4b22789cc1736f73bf5e85a1f (diff)
downloadconduit-a61b1cef5bfa311484d84f4359262b46dd5a0a3c.zip
Fix binary name typo
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 0ef8f90..24ee9ea 100644
--- a/tests/Complement.Dockerfile
+++ b/tests/Complement.Dockerfile
@@ -9,7 +9,7 @@ ARG SCCACHE_ENDPOINT
ARG SCCACHE_S3_USE_SSL
COPY . .
-RUN test -e target/release/cond_test || cargo build --release --offline
+RUN test -e target/release/conduit || cargo build --release --offline
FROM valkum/docker-rust-ci:latest
WORKDIR /workdir