default.nix: disable tests

they require a running postgresql instance which is atm not available in
a nix-build sandbox.
This commit is contained in:
Astro 2020-06-05 19:28:46 +02:00
parent d913465154
commit 90108556ca
1 changed files with 1 additions and 0 deletions

View File

@ -34,5 +34,6 @@ mkDerivation {
persistent persistent-mysql resourcet transformers yesod yesod-core
yesod-test
];
doCheck = false;
license = stdenv.lib.licenses.agpl3;
}