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:
parent
715ecee451
commit
85ed337f36
1 changed files with 1 additions and 1 deletions
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue