nix(refactor): Split memoryTest from tests.nix into memory.nix
This commit is contained in:
committed by
Wolfgang Walther
parent
e199337a53
commit
2e73886adc
+5
-1
@@ -118,11 +118,15 @@ rec {
|
||||
# Scripts for running tests.
|
||||
tests =
|
||||
pkgs.callPackage nix/tests.nix {
|
||||
inherit postgrest postgrestProfiled devCabalOptions withTools;
|
||||
inherit postgrest devCabalOptions withTools;
|
||||
ghc = pkgs.haskell.compiler."${compiler}";
|
||||
hpc-codecov = pkgs.haskell.packages."${compiler}".hpc-codecov;
|
||||
};
|
||||
|
||||
# Script for running memory tests.
|
||||
memory =
|
||||
pkgs.callPackage nix/memory.nix { inherit postgrestProfiled withTools; };
|
||||
|
||||
# Linting and styling scripts.
|
||||
style =
|
||||
pkgs.callPackage nix/style.nix { };
|
||||
|
||||
Reference in New Issue
Block a user