Document list and run commands separately, keep test runner usage through the flake wrapper, and avoid stale legacy full-suite commands.
1.6 KiB
1.6 KiB
Description
Checklist
-
Change is backwards compatible.
-
Code formatted with
nix fmtornix-shell -A dev --run treefmt. -
Code tested through
nix build .#test-allor a targetednix run .#tests -- <pattern>. -
Test cases updated/added. See example.
-
Commit messages are formatted like
{component}: {description} {long description}See CONTRIBUTING for more information and recent commit messages for examples.
-
If this PR adds a new module
-
If this PR adds an exciting new feature or contains a breaking change.
- Generate a news entry. See News