rearrange all the ci stuff

This commit is contained in:
Daniel Barlow
2023-02-05 22:38:21 +00:00
parent ebc5d6a3e0
commit 424abc72b8
6 changed files with 45 additions and 29 deletions

5
tests/ci.nix Normal file
View File

@@ -0,0 +1,5 @@
{
smoke = import ./smoke/test.nix;
pseudofiles = import ./pseudofiles/test.nix;
pppoe = import ./pppoe/test.nix;
}