release.nix: Make hydra build all unit tests

We have just a few, and these are regular jobs not must-pass. The tests
that were must-pass are left as is.
This commit is contained in:
John Ericson 2020-01-17 10:48:42 -05:00
parent 7d67db3919
commit cb46b97ae9

View file

@ -190,6 +190,8 @@ let
haskellPackages = packagePlatforms pkgs.haskellPackages;
idrisPackages = packagePlatforms pkgs.idrisPackages;
tests = packagePlatforms pkgs.tests;
# Language packages disabled in https://github.com/NixOS/nixpkgs/commit/ccd1029f58a3bb9eca32d81bf3f33cb4be25cc66
#emacsPackages = packagePlatforms pkgs.emacsPackages;