1# Policy controller tests 2 3The `policy-test` crate includes integration tests for the policy controller. 4 5## Running locally 6 7```sh 8:; just policy-test 9``` 10 11## Running in CI 12 13See the [workflow](.github/workflows/policy_controller.yml).