Skip to content

Commit 3630c83

Browse files
committed
Add dependencies to test:all
1 parent ef3fe0f commit 3630c83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Herebyfile.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ export const testJS = task({
291291

292292
export const testAll = task({
293293
name: "test:all",
294+
dependencies: [tsgo, buildJSTest],
294295
run: async () => {
295296
// Prevent interleaving by running these directly instead of in parallel.
296297
await runTests();

0 commit comments

Comments
 (0)