Skip to content

Commit 50448b4

Browse files
committed
set concurrency to 1 for realtime tests
1 parent f596d43 commit 50448b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/realtime_client.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: dart analyze --fatal-warnings --fatal-infos .
5252

5353
- name: Run tests
54-
run: dart test --coverage=./coverage
54+
run: dart test --concurrency=1 --coverage=./coverage
5555

5656
- name: Format coverage
5757
run: |

0 commit comments

Comments
 (0)