bcachefs-tools: add installer tests to passthru.tests

This commit is contained in:
Madoura 2022-05-04 19:57:52 -05:00
parent 39b9cf311b
commit 1b86e9c208
No known key found for this signature in database
GPG key ID: 50CCE80199B1F736

View file

@ -58,6 +58,7 @@ stdenv.mkDerivation {
passthru.tests = {
smoke-test = nixosTests.bcachefs;
inherit (nixosTests.installer) bcachefsSimple bcachefsEncrypted bcachefsMulti;
};
enableParallelBuilding = true;