chore: Don't skip validation

This commit is contained in:
Gerald Pinder 2025-07-28 23:00:58 -04:00
parent 2a7ec8401b
commit 3ed14540a0
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
export RUST_BACKTRACE := "1" export RUST_BACKTRACE := "1"
export BB_CACHE_LAYERS := "true" export BB_CACHE_LAYERS := "true"
export TEST_SECRET := "test123" export TEST_SECRET := "test123"
export BB_SKIP_VALIDATION := "true" # export BB_SKIP_VALIDATION := "true"
set dotenv-load := true set dotenv-load := true
set positional-arguments := true set positional-arguments := true