Skip to content

Commit 58ffe37

Browse files
reivilibresandhose
andauthored
Update docs/development/contributing.md
Co-authored-by: Quentin Gliech <[email protected]>
1 parent e2a08d2 commit 58ffe37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you haven't already, install [Cargo-Nextest](https://nexte.st/docs/installati
9696
- 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.
9797
- Run the tests to the frontend by running `npm run test` in the `frontend` directory.
9898
- To run the tests for the included policy, change to the `policies` directory and run one of:
99-
- `make test` (needs OpenPolicyAgent installed)
99+
- `make test` (needs Open Policy Agent installed)
100100
- `make PODMAN=1 test` (runs inside a container; needs Podman installed)
101101
- `make DOCKER=1 test` (runs inside a container; needs Docker installed)
102102

0 commit comments

Comments
 (0)