This commit is contained in:
Ruben Fiszel
2024-12-17 13:00:51 +01:00
parent 95c613de6e
commit db90705d41
2 changed files with 7 additions and 77 deletions
+7 -7
View File
@@ -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