tests: add NixOS VM test for gitea actions runner

This commit is contained in:
2026-03-30 17:45:17 -04:00
parent bedc94cbc0
commit 476de03bf4
2 changed files with 63 additions and 0 deletions

View File

@@ -27,4 +27,7 @@ in
# torrent audit test
torrentAuditTest = handleTest ./torrent-audit.nix;
# gitea runner test
giteaRunnerTest = handleTest ./gitea-runner.nix;
}