Skip to content

Commit

Permalink
✅ Fix concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 15, 2024
1 parent 4553da1 commit f24bdb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ scripts:
description: dart & flutter test

test:dart:
run: dart test
run: dart test --concurrency=1
exec:
concurrency: 1
failFast: true
Expand All @@ -90,7 +90,7 @@ scripts:
description: dart test

test:flutter:
run: flutter test
run: flutter test --concurrency=1
exec:
concurrency: 1
failFast: true
Expand Down

0 comments on commit f24bdb0

Please sign in to comment.