Skip to content

Commit

Permalink
chore: single test suite run on local (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrverdant13 committed Nov 16, 2023
1 parent 440fa6f commit 8b61871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ scripts:
t:
description: Run tests and generate coverage trace file for a selected package in random order.
run: >
dart test -x ci-only --coverage=coverage -r expanded --test-randomize-ordering-seed random --color &&
dart test -j 1 -x ci-only --coverage=coverage -r expanded --test-randomize-ordering-seed random --color &&
dart pub global run coverage:format_coverage --lcov --in=coverage --out=coverage/lcov.info --report-on=lib -b MELOS_PACKAGE_PATH
exec:
concurrency: 1
Expand Down

0 comments on commit 8b61871

Please sign in to comment.