run all tests on ci

This commit is contained in:
lassulus 2022-08-25 15:16:26 +02:00
parent 83fb8f661e
commit 0ffaac7913
3 changed files with 12 additions and 4 deletions

View file

@ -9,11 +9,11 @@
};
checks.x86_64-linux = let
pkgs = nixpkgs.legacyPackages.x86_64-linux;
in {
in
# Run tests: nix flake check -L
nixos-test = pkgs.callPackage ./tests/test.nix {
import ./tests {
inherit pkgs;
makeTest = import (pkgs.path + "/nixos/tests/make-test-python.nix");
};
};
};
}