Merge pull request #438 from Infinisil/lib-tests
Add check for lib tests
This commit is contained in:
commit
9d8c4d9da1
|
@ -439,6 +439,17 @@ impl<'a> EvaluationStrategy for NixpkgsStrategy<'a> {
|
|||
],
|
||||
self.nix.clone(),
|
||||
),
|
||||
EvalChecker::new(
|
||||
"lib-tests",
|
||||
nix::Operation::Build,
|
||||
vec![
|
||||
String::from("--arg"),
|
||||
String::from("pkgs"),
|
||||
String::from("import ./. {}"),
|
||||
String::from("./lib/tests/release.nix"),
|
||||
],
|
||||
self.nix.clone(),
|
||||
),
|
||||
EvalChecker::new(
|
||||
"nixos",
|
||||
nix::Operation::Instantiate,
|
||||
|
|
Loading…
Reference in a new issue