This commit is contained in:
Ruben Fiszel
2024-12-17 16:53:56 +01:00
parent eb8ffbdedb
commit 07159ea062

View File

@@ -63,6 +63,6 @@ jobs:
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
cargo test --jobs=4 --features
enterprise,deno_core,license,http_trigger,zip,oauth2,python,rust --all
-- --nocapture