We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f596d43 commit 50448b4Copy full SHA for 50448b4
.github/workflows/realtime_client.yml
@@ -51,7 +51,7 @@ jobs:
51
run: dart analyze --fatal-warnings --fatal-infos .
52
53
- name: Run tests
54
- run: dart test --coverage=./coverage
+ run: dart test --concurrency=1 --coverage=./coverage
55
56
- name: Format coverage
57
run: |
0 commit comments