1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-10-18 19:07:23 +02:00

CONTRIBUTING.md: Update testing instructions

fixes https://github.com/NixOS/nixos-hardware/issues/1135
This commit is contained in:
Jörg Thalheim 2024-09-21 09:47:35 +02:00 committed by mergify[bot]
parent d64ae01653
commit 1e27e79ab2

View file

@ -42,15 +42,7 @@ Link the profile in the table in README.md and in flake.nix.
## 3. Testing ## 3. Testing
Run ./tests/run.py to test building. The test script script will parse all the Run `nix run ./tests#run .` to evaluate all hardware profiles.
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 Because profiles can only be tested with the appropriate hardware, quality
assurance is up to *you*. assurance is up to *you*.