diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 48559271..408ed74b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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).