PULL_REQUEST_TEMPLATE: update flake test runner command

Implemented a small helper command to make it easier to run tests.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-08-10 11:09:11 -05:00
parent 715ecee451
commit 85ed337f36

View file

@ -25,7 +25,7 @@ Also make sure to read the guidelines found at
`nix-shell -p treefmt nixfmt deadnix keep-sorted --run treefmt`.
- [ ] Code tested through `nix-shell --pure tests -A run.all`
or `nix build --reference-lock-file flake.lock ./tests#test-all` using Flakes.
or `nix run .#tests -- test-all` using Flakes.
- [ ] Test cases updated/added. See [example](https://github.com/nix-community/home-manager/commit/f3fbb50b68df20da47f9b0def5607857fcc0d021#diff-b61a6d542f9036550ba9c401c80f00ef).