From d69482a92fffcf287f92c178fb9db5c7016fa43e Mon Sep 17 00:00:00 2001 From: Leo Farias Date: Tue, 5 Sep 2023 01:07:42 -0400 Subject: [PATCH] See if bump in concurrency matters --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 44ef07ce..0a19f2d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,4 +25,4 @@ jobs: - run: dart pub get - run: dart pub run build_runner build --delete-conflicting-outputs - run: dart analyze --fatal-infos --fatal-warnings . - - run: dart test + - run: dart test --concurrency=4