This commit is contained in:
Ruben Fiszel
2024-12-17 15:53:46 +01:00
parent c6e06da611
commit 191db2b739
+4 -4
View File
@@ -57,10 +57,10 @@ jobs:
- name: cargo test
timeout-minutes: 15
run:
/usr/bin/deno --version && /usr/bin/bun -v && go version &&
/usr/local/bin/python3 --version && mkdir ../frontend/build && touch
windmill-api/openapi-deref.yaml &&
deno --version && bun -v && go version && python3 --version &&
DATABASE_URL=postgres://postgres:changeme@postgres:5432/windmill
DISABLE_EMBEDDING=true RUST_LOG=info cargo test --features
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
enterprise,deno_core,license,http_trigger,zip,oauth2,python,rust --all
-- --nocapture