From 3ed14540a00cd8a91f1fbc53fcdaa9af291d3be0 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 28 Jul 2025 23:00:58 -0400 Subject: [PATCH] chore: Don't skip validation --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index fb42aab..3b78766 100644 --- a/justfile +++ b/justfile @@ -1,7 +1,7 @@ export RUST_BACKTRACE := "1" export BB_CACHE_LAYERS := "true" export TEST_SECRET := "test123" -export BB_SKIP_VALIDATION := "true" +# export BB_SKIP_VALIDATION := "true" set dotenv-load := true set positional-arguments := true