From 5b3fc72fe2bb80440cb92cd310005963ebaf1a1e Mon Sep 17 00:00:00 2001 From: vazw Date: Sun, 26 May 2024 01:45:40 +0700 Subject: [PATCH] retry --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04b8e86..81a071f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,11 +12,6 @@ COPY . . # this small workaround fixes a chicken and egg problem with `rust_embed` in this template # so we can check clippy before actually compiling RUN mkdir -p target/site -# make sure we exit early if clippy is not happy -RUN cargo clippy -- -D warnings - -# execute tests first -RUN cargo leptos test # after successful tests, build it RUN cargo leptos build --release