integration-tests: Fix default.nix
This commit is contained in:
parent
ddccad4fb9
commit
8e5f168e5d
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
apply = import ./apply;
|
apply = import ./apply;
|
||||||
apply-fail = import ./apply-fail;
|
|
||||||
apply-local = import ./apply-local;
|
apply-local = import ./apply-local;
|
||||||
|
parallel = import ./parallel;
|
||||||
exec = import ./exec;
|
exec = import ./exec;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue