about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorIndeedNotJames <git@indeednotjames.com>2023-02-24 02:59:30 +0100
committerIndeedNotJames <git@indeednotjames.com>2023-02-24 02:59:30 +0100
commit1b304e1dbc1c37f73e5a82e547fea58bc57ad10a (patch)
treef678e68d56b86921bbb1072dd5c9ba76625ff216 /nixos/tests
parent889eb7a3153647fb27136081f1b44a45eceb16fb (diff)
forgejo: use existing nixos/tests/gitea as test
forgejo is a soft-fork of gitea and gitea's existing tests work great
with forgejo.
At least for now, as this could change, though somewhat unlikely.
Diffstat (limited to 'nixos/tests')
-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 ea773a2db2276..785a5621f57eb 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -228,6 +228,7 @@ in {
   fluentd = handleTest ./fluentd.nix {};
   fluidd = handleTest ./fluidd.nix {};
   fontconfig-default-fonts = handleTest ./fontconfig-default-fonts.nix {};
+  forgejo = handleTest ./gitea.nix { giteaPackage = pkgs.forgejo; };
   freenet = handleTest ./freenet.nix {};
   freeswitch = handleTest ./freeswitch.nix {};
   freshrss-sqlite = handleTest ./freshrss-sqlite.nix {};