Skip to content

Commit 2e60a8d

Browse files
CI: enable server tests for backends (#3128)
add test for backends
1 parent e5503eb commit 2e60a8d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/nix_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- "proto/**"
88
- "router/**"
99
- "launcher/**"
10+
- "backends/**"
1011
- "Cargo.lock"
1112
- "rust-toolchain.toml"
1213
concurrency:

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- "proto/**"
99
- "router/**"
1010
- "launcher/**"
11+
- "backends/**"
1112
- "Cargo.lock"
1213
- "rust-toolchain.toml"
1314

0 commit comments

Comments
 (0)