linkerd2/policy-test
Oliver Gould 42c6cb1e29
fix(policy-test): feature-gate experimental types in tests (#13896)
9110660fe introduced the gateway-api-experimental feature gate. Some tests were
missed in that commit. This commit expands this feature gate to cover all tests.
2025-04-02 16:19:26 +00:00
..
src feat(policy-test): conditionally compile experimental type tests (#13891) 2025-04-01 15:24:54 -05:00
tests fix(policy-test): feature-gate experimental types in tests (#13896) 2025-04-02 16:19:26 +00:00
Cargo.toml feat(policy-test): conditionally compile experimental type tests (#13891) 2025-04-01 15:24:54 -05:00
README.md dev: Run policy tests via `just` (#8919) 2022-07-19 14:01:26 -07:00

README.md

Policy controller tests

The policy-test crate includes integration tests for the policy controller.

Running locally

:; just policy-test

Running in CI

See the workflow.