about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-05-22 17:26:46 +0200
committerGitHub <noreply@github.com>2019-05-22 17:26:46 +0200
commit42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be (patch)
tree0a11d6910c9234661eaf6ee4675110ee5857bae9 /nixos/tests/all-tests.nix
parent6e714be04831b1c6059a1eddecbf7a5f7e1b9dca (diff)
parentcc7c76f2061e3f8cf0c0573340b8fa3444aa582d (diff)
downloadnixlib-42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be.tar
nixlib-42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be.tar.gz
nixlib-42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be.tar.bz2
nixlib-42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be.tar.lz
nixlib-42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be.tar.xz
nixlib-42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be.tar.zst
nixlib-42c0ce80e6bb1c27c233ba0ec1fd136bced7b0be.zip
Merge pull request #61610 from worldofpeace/init/graphene
graphene: init at 1.8.6 
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 5be7c4292e5f..c1c9e7e5037b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -89,11 +89,12 @@ in
   gitlab = handleTest ./gitlab.nix {};
   gitolite = handleTest ./gitolite.nix {};
   gjs = handleTest ./gjs.nix {};
-  google-oslogin = handleTest ./google-oslogin {};
   gnome3 = handleTestOn ["x86_64-linux"] ./gnome3.nix {}; # libsmbios is unsupported on aarch64
   gnome3-gdm = handleTestOn ["x86_64-linux"] ./gnome3-gdm.nix {}; # libsmbios is unsupported on aarch64
   gocd-agent = handleTest ./gocd-agent.nix {};
   gocd-server = handleTest ./gocd-server.nix {};
+  google-oslogin = handleTest ./google-oslogin {};
+  graphene = handleTest ./graphene.nix {};
   grafana = handleTest ./grafana.nix {};
   graphite = handleTest ./graphite.nix {};
   hadoop.hdfs = handleTestOn [ "x86_64-linux" ] ./hadoop/hdfs.nix {};