Skip to content

Commit 45ae16f

Browse files
authored
Merge branch 'main' into feature/listenerclass-loadbalancerclass
2 parents bbde7fc + dddd78f commit 45ae16f

File tree

19 files changed

+420
-455
lines changed

19 files changed

+420
-455
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
100100
with:
101101
key: test
102-
- run: cargo test --all-features
102+
- run: cargo test --no-default-features --workspace
103+
- run: cargo test --all-features --workspace
103104

104105
tests_passed:
105106
name: All tests passed

0 commit comments

Comments
 (0)