release.nix: add mesos test back

This is working now again
This commit is contained in:
Robin Gloster 2017-09-28 14:25:17 +02:00
parent 4aeb38e5b9
commit 990b5a5388
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -278,6 +278,7 @@ in rec {
tests.login = callTest tests/login.nix {};
#tests.logstash = callTest tests/logstash.nix {};
tests.mathics = callTest tests/mathics.nix {};
tests.mesos = callTest tests/mesos.nix {};
tests.misc = callTest tests/misc.nix {};
tests.mongodb = callTest tests/mongodb.nix {};
tests.mumble = callTest tests/mumble.nix {};