about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-11-28 00:55:45 +0100
committerGitHub <noreply@github.com>2022-11-28 00:55:45 +0100
commit9185121c2260c16d4987e3fa7142ac73e223dfc2 (patch)
treea8fb99c2311458c63cd45f00c43dffb771d8694f /nixos/tests/all-tests.nix
parent6ad92fc0df77a6af2577e67069fa93255afe765d (diff)
parentba3f3b73ad1a4ef881936ee0a3ebb3e745d2760a (diff)
Merge pull request #201060 from gador/sqlite3-to-mysql-init
Diffstat (limited to 'nixos/tests/all-tests.nix')
-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 bb3d50d9a78cb..726884d7cd9c6 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -586,6 +586,7 @@ in {
   sourcehut = handleTest ./sourcehut.nix {};
   spacecookie = handleTest ./spacecookie.nix {};
   spark = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./spark {};
+  sqlite3-to-mysql = handleTest ./sqlite3-to-mysql.nix {};
   sslh = handleTest ./sslh.nix {};
   sssd = handleTestOn ["x86_64-linux"] ./sssd.nix {};
   sssd-ldap = handleTestOn ["x86_64-linux"] ./sssd-ldap.nix {};