app: add nixos-based config test case
All checks were successful
test / test (push) Successful in 20s

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-11-21 12:13:12 +09:00
parent 3a20b149ce
commit b291f0b710
4 changed files with 679 additions and 450 deletions

View File

@@ -22,7 +22,7 @@ type sealTestCase struct {
}
func TestApp(t *testing.T) {
testCases := append(testCasesNixos)
testCases := append(testCasesPd, testCasesNixos...)
for _, tc := range testCases {
t.Run(tc.name, func(t *testing.T) {