nixos/slurm: add slurm test to release.nix

This commit is contained in:
Markus Kowalewski 2018-05-24 14:46:56 +02:00
parent fb7428c506
commit 96e5a8bce2
No known key found for this signature in database
GPG Key ID: 502A248E3FB4FF48

View File

@ -383,6 +383,7 @@ in rec {
tests.sddm = callSubTests tests/sddm.nix {};
tests.simple = callTest tests/simple.nix {};
tests.slim = callTest tests/slim.nix {};
tests.slurm = callTest tests/slurm.nix {};
tests.smokeping = callTest tests/smokeping.nix {};
tests.snapper = callTest tests/snapper.nix {};
tests.statsd = callTest tests/statsd.nix {};