From 2e60a8dd6587c8db267c4cc3e4a8c42e9b346ef4 Mon Sep 17 00:00:00 2001 From: Baptiste Colle <32412211+baptistecolle@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:07:31 +0100 Subject: [PATCH] CI: enable server tests for backends (#3128) add test for backends --- .github/workflows/nix_tests.yaml | 1 + .github/workflows/tests.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index f2209f8a4..d9b910483 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -7,6 +7,7 @@ on: - "proto/**" - "router/**" - "launcher/**" + - "backends/**" - "Cargo.lock" - "rust-toolchain.toml" concurrency: diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 895b4dd4d..3e431c861 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -8,6 +8,7 @@ on: - "proto/**" - "router/**" - "launcher/**" + - "backends/**" - "Cargo.lock" - "rust-toolchain.toml"