From 85ed337f360f5039a83f6dbda87564fa227df0b4 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 10 Aug 2025 11:09:11 -0500 Subject: [PATCH] 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 --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).