Apply suggestion from @sandhose

This commit is contained in:
Quentin Gliech
2025-08-18 15:44:23 +02:00
committed by GitHub
parent 658ce57ed5
commit 93809b7a09

View File

@@ -91,7 +91,7 @@ While you're developing and before submitting a patch, you'll want to test your
If you haven't already, install [Cargo-Nextest](https://nexte.st/docs/installation/pre-built-binaries/).
- Run the tests to the backend by running `cargo-nextest nextest run --workspace`. This requires a connection to a PostgreSQL database, set via the `DATABASE_URL` environment variable.
- 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.
## 8. Submit a pull request