bcachefs-tools: add installer tests to passthru.tests
This commit is contained in:
parent
39b9cf311b
commit
1b86e9c208
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ stdenv.mkDerivation {
|
|||
|
||||
passthru.tests = {
|
||||
smoke-test = nixosTests.bcachefs;
|
||||
inherit (nixosTests.installer) bcachefsSimple bcachefsEncrypted bcachefsMulti;
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in a new issue