mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-16 16:09:40 +01:00
9c952961f1
The new test runner will evaluate all test profiles from the README.md in parallel in separate nix-build processes. Since we do not load all processes into one process, this also helps saving memory.
3 lines
39 B
YAML
3 lines
39 B
YAML
language: nix
|
|
script:
|
|
./tests/run.py
|