diff --git a/Dockerfile b/Dockerfile index f4e293d..5e7f674 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,4 +21,5 @@ COPY . . RUN cargo update -p proc-macro2 -CMD ["cargo", "build", "--release;", "cargo", "test"] +CMD ["cargo", "build", "--release"] +CMD ["cargo", "test"]