Skip to content

Commit 66ad295

Browse files
committed
BREAKING: remove test-all from tests.nix because it's no longer necessary
1 parent 9537c17 commit 66ad295

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

tests.nix

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -70,25 +70,11 @@ let
7070
bunx prisma generate
7171
'';
7272
};
73-
test-all = writeShellApplication {
74-
name = "test";
75-
runtimeInputs = [
76-
test-npm
77-
test-pnpm
78-
test-bun
79-
];
80-
text = ''
81-
test-npm
82-
test-pnpm
83-
test-bun
84-
'';
85-
};
8673
in
8774
{
8875
inherit
8976
test-npm
9077
test-pnpm
9178
test-bun
92-
test-all
9379
;
9480
}

0 commit comments

Comments
 (0)