Skip to content

Commit

Permalink
Try out a collectChecks function for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Dec 3, 2019
1 parent 4d6d002 commit c1a754d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ let
haskellBuildUtils = iohkLib.haskellBuildUtils.package;
};

tests = collectComponents "tests" isCardanoWallet haskellPackages;
tests = collectChecks isCardanoWallet haskellPackages;
benchmarks = collectComponents "benchmarks" isCardanoWallet haskellPackages;
checks = collectChecks isCardanoWallet haskellPackages;

dockerImage = pkgs.callPackage ./nix/docker.nix {
inherit (self) cardano-wallet-jormungandr;
Expand Down

0 comments on commit c1a754d

Please sign in to comment.