diff options
author | Shea Levy <shea@shealevy.com> | 2012-07-23T16·51-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-07-25T13·30-0400 |
commit | 566a30c0072690900d4d55679a2981758d6fb888 (patch) | |
tree | 71567a2fdf56265701b964eb9b572b4ea046973a | |
parent | e98c029717016dfa3e5c618c9fc46da9b2142dcc (diff) |
Disable tests temporarily
-rw-r--r-- | release.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 47d296c622c6..fd9db47932fe 100644 --- a/release.nix +++ b/release.nix @@ -82,7 +82,7 @@ let enableParallelBuilding = true; - doInstallCheck = true; + doInstallCheck = false; }; binaryTarball = |