test/sandbox: check device outcome
All checks were successful
Test / Fortify (push) Successful in 35s
Test / Create distribution (push) Successful in 26s
Test / Fortify (race detector) (push) Successful in 35s
Test / Fpkg (push) Successful in 34s
Test / Sandbox (push) Successful in 1m22s
Test / Sandbox (race detector) (push) Successful in 1m41s
Test / Flake checks (push) Successful in 1m5s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-04-11 19:55:16 +09:00
parent 2f4f21fb18
commit 807d511c8b
7 changed files with 214 additions and 5 deletions

View File

@@ -67,10 +67,11 @@ in
home-manager = _: _: { home.stateVersion = "23.05"; };
apps = [
testCases.preset
testCases.tty
testCases.mapuid
apps = with testCases; [
preset
tty
mapuid
device
];
};
}