mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
run all tests on ci
This commit is contained in:
parent
83fb8f661e
commit
0ffaac7913
3 changed files with 12 additions and 4 deletions
8
tests/default.nix
Normal file
8
tests/default.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ makeTest ? import <nixpkgs/nixos/tests/make-test-python.nix>
|
||||
, pkgs ? (import <nixpkgs> {})
|
||||
}@args:
|
||||
{
|
||||
luks-lvm = import ./luks-lvm.nix args;
|
||||
mdadm = import ./mdadm.nix args;
|
||||
zfs = import ./zfs.nix args;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue