mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
all
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user