This commit is contained in:
Ruben Fiszel
2024-12-17 16:31:25 +01:00
parent 862405e90b
commit 2faa929d37
+1 -1
View File
@@ -58,7 +58,7 @@ jobs:
run:
deno --version && bun -v && go version && python3 --version &&
SQLX_OFFLINE=true
DATABASE_URL=postgres://localhost:changeme@postgres:5432/windmill
DATABASE_URL=postgres://postgres:changeme@localhost:5432/windmill
DISABLE_EMBEDDING=true RUST_LOG=info PYTHON_PATH=$(which python)
DENO_PATH=$(which deno) BUN_PATH=$(which bun) GO_PATH=$(which go)
cargo test --features