Compare commits

...

2 Commits

Author SHA1 Message Date
HugoCasa
1d5e8597ff without cache 2025-02-25 12:06:58 +01:00
HugoCasa
f63da2937d a 2025-02-25 11:58:29 +01:00

View File

@@ -1,6 +1,7 @@
name: Backend only integration tests
on:
workflow_dispatch:
push:
branches:
- "main"
@@ -50,11 +51,7 @@ jobs:
version: "0.4.18"
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
cache-workspaces: backend
toolchain: 1.83.0
- uses: Swatinem/rust-cache@v2
with:
workspaces: backend
- name: cargo test
timeout-minutes: 16
run: