create ci.nix to run all tests

This commit is contained in:
Daniel Barlow
2023-01-29 21:42:53 +00:00
parent a0380728a5
commit 00aa42b803
3 changed files with 10 additions and 8 deletions

4
ci.nix Normal file
View File

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