From ab13af48e76b691668bf301fa52b4e09183a9d45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20GRAB=C3=89?= Date: Tue, 9 Jun 2026 09:28:38 +0200 Subject: [PATCH] fix: disable integration tests --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 25eeed7..cddd9cc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -56,4 +56,4 @@ jobs: run: apt-get update && apt-get install -y --no-install-recommends protobuf-compiler libprotobuf-dev git ca-certificates nodejs - uses: actions/checkout@v4 - uses: Swatinem/rust-cache@v2 - - run: cargo test --workspace + - run: cargo test --workspace --lib --bins