From 5bbc26cb16e0b651d921f96409e003e57c80ac65 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Wed, 5 Nov 2025 15:40:12 +0000 Subject: [PATCH] Update docs/development/contributing.md Co-authored-by: Quentin Gliech --- docs/development/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/contributing.md b/docs/development/contributing.md index 4f2472314..27367b946 100644 --- a/docs/development/contributing.md +++ b/docs/development/contributing.md @@ -96,7 +96,7 @@ If you haven't already, install [Cargo-Nextest](https://nexte.st/docs/installati - Run the tests to the backend by running `cargo nextest run --workspace`. This requires a connection to a PostgreSQL database, set via the `DATABASE_URL` environment variable. - Run the tests to the frontend by running `npm run test` in the `frontend` directory. - To run the tests for the included policy, change to the `policies` directory and run one of: - - `make test` (needs OpenPolicyAgent installed) + - `make test` (needs Open Policy Agent installed) - `make PODMAN=1 test` (runs inside a container; needs Podman installed) - `make DOCKER=1 test` (runs inside a container; needs Docker installed)