summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJacek Galowicz <jacek@galowicz.de>2020-04-25 15:50:38 +0200
committerGitHub <noreply@github.com>2020-04-25 15:50:38 +0200
commit002b553b14280e69f9f6654bc806c16002756b0b (patch)
treeeffc64502c21c2f5785a89072ab026891559ebee /nixos
parent4239bf17ec3c9a7583162dee93b2005dab956b77 (diff)
parenta33ce7e4fb6774dfc280b5ccd9451297804bc7c5 (diff)
downloadnixpkgs-002b553b14280e69f9f6654bc806c16002756b0b.tar
nixpkgs-002b553b14280e69f9f6654bc806c16002756b0b.tar.gz
nixpkgs-002b553b14280e69f9f6654bc806c16002756b0b.tar.bz2
nixpkgs-002b553b14280e69f9f6654bc806c16002756b0b.tar.lz
nixpkgs-002b553b14280e69f9f6654bc806c16002756b0b.tar.xz
nixpkgs-002b553b14280e69f9f6654bc806c16002756b0b.tar.zst
nixpkgs-002b553b14280e69f9f6654bc806c16002756b0b.zip
Merge pull request #85781 from blitz/spike-test
Add spike integration test to nixosTests
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index cbfdf3ad9c2..38e8980b748 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -287,6 +287,7 @@ in
   snapper = handleTest ./snapper.nix {};
   solr = handleTest ./solr.nix {};
   spacecookie = handleTest ./spacecookie.nix {};
+  spike = handleTest ./spike.nix {};
   sonarr = handleTest ./sonarr.nix {};
   strongswan-swanctl = handleTest ./strongswan-swanctl.nix {};
   sudo = handleTest ./sudo.nix {};