forked from DGNum/colmena
integration-tests: Misc fixes after modularization
This commit is contained in:
parent
d597bdf4b3
commit
2e62cede0a
2 changed files with 2 additions and 6 deletions
|
@ -10,9 +10,5 @@
|
||||||
|
|
||||||
allow-apply-all = import ./allow-apply-all {};
|
allow-apply-all = import ./allow-apply-all {};
|
||||||
|
|
||||||
apply-stable = let
|
apply-stable = import ./apply { pkgs = import ./nixpkgs-stable.nix; };
|
||||||
test = import ./apply { pkgs = import ./nixpkgs-stable.nix; };
|
|
||||||
in test.override (old: {
|
|
||||||
name = "apply-stable";
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
tools = pkgs.callPackage ../tools.nix {};
|
tools = pkgs.callPackage ../tools.nix {};
|
||||||
in tools.makeTest {
|
in tools.runTest {
|
||||||
name = "colmena-parallel";
|
name = "colmena-parallel";
|
||||||
|
|
||||||
colmena.test = {
|
colmena.test = {
|
||||||
|
|
Loading…
Reference in a new issue