mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
fix: Integration tests never actually used current version of code
This commit is contained in:
committed by
David Niehues
parent
651d59cc8c
commit
18b6dae902
@@ -26,7 +26,7 @@
|
|||||||
rosenpassOld = inputs.rosenpass-old.packages.${system}.default.overrideAttrs (old: {
|
rosenpassOld = inputs.rosenpass-old.packages.${system}.default.overrideAttrs (old: {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
rosenpassNew = inputs.rosenpass-old.packages.${system}.default.overrideAttrs (old: {
|
rosenpassNew = inputs.rosenpass-new.packages.${system}.default.overrideAttrs (new: {
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
});
|
});
|
||||||
defaultChecks = import ./integration-checks.nix {
|
defaultChecks = import ./integration-checks.nix {
|
||||||
|
|||||||
Reference in New Issue
Block a user