Skip to content

Commit d87e620

Browse files
committed
Makes tests run non-concurrently
1 parent f633357 commit d87e620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
dart analyze test/
4646
4747
- name: Run tests
48-
run: dart run test
48+
run: dart run test --concurrency=1

0 commit comments

Comments
 (0)