mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-03 16:29:43 +01:00
contributing: document how to run a single test
This commit is contained in:
parent
667b40e827
commit
e55c862c77
1 changed files with 6 additions and 0 deletions
|
@ -45,5 +45,11 @@ Link the profile in the table in README.md and in flake.nix.
|
|||
Run ./tests/run.py to test building. The test script script will parse all the
|
||||
profiles from the README.md.
|
||||
|
||||
You can also just specify a single profile like this:
|
||||
|
||||
```
|
||||
./tests/run.py '<nixos-hardware/purism/librem/15v3>'
|
||||
```
|
||||
|
||||
Because profiles can only be tested with the appropriate hardware, quality
|
||||
assurance is up to *you*.
|
||||
|
|
Loading…
Reference in a new issue