From 5ca0ac84884de35156df2b99ab2cae25661e484a Mon Sep 17 00:00:00 2001 From: Ankit Mahato Date: Sun, 8 Mar 2026 05:21:31 +0530 Subject: [PATCH] melos test will only run tests for packages inside the packages directory. --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index a81433e4..4a4ceb87 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -114,7 +114,7 @@ melos: description: Run build generator for all packages test: - run: melos exec --dir-exists=test -- "flutter test --coverage" + run: melos exec --dir-exists=test --ignore="apidash" -- "flutter test --coverage" description: Run tests for all packages pub-get: