From a61b1cef5bfa311484d84f4359262b46dd5a0a3c Mon Sep 17 00:00:00 2001 From: Valkum Date: Thu, 4 Feb 2021 23:51:20 +0100 Subject: [PATCH] Fix binary name typo --- tests/Complement.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Complement.Dockerfile b/tests/Complement.Dockerfile index 0ef8f90c..24ee9eab 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