mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 00:03:08 +00:00
all
This commit is contained in:
@@ -33,11 +33,11 @@ jobs:
|
||||
- uses: actions-rust-lang/setup-rust-toolchain@v1
|
||||
with:
|
||||
toolchain: 1.80.0
|
||||
# - uses: Swatinem/rust-cache@v2
|
||||
# with:
|
||||
# workspaces: |
|
||||
# backend
|
||||
# backend -> target
|
||||
- uses: ubicloud/rust-cache@v2
|
||||
with:
|
||||
workspaces: |
|
||||
backend
|
||||
backend -> target
|
||||
- name: cargo test
|
||||
timeout-minutes: 15
|
||||
run:
|
||||
@@ -46,5 +46,5 @@ jobs:
|
||||
&& touch windmill-api/openapi-deref.yaml &&
|
||||
DATABASE_URL=postgres://postgres:changeme@postgres:5432/windmill
|
||||
DISABLE_EMBEDDING=true RUST_LOG=info cargo test --features
|
||||
enterprise,deno_core,license,http_trigger,zip,oauth2,python,rust --all --
|
||||
--nocapture
|
||||
enterprise,deno_core,license,http_trigger,zip,oauth2,python,rust --all
|
||||
-- --nocapture
|
||||
|
||||
Reference in New Issue
Block a user