Do not run tests in parallel

They occasionally fail if we run them in parallel - not sure why.
This commit is contained in:
Vishesh Handa
2020-02-11 17:22:15 +01:00
parent c7981606bf
commit 709ad4ccb8

View File

@ -7,7 +7,7 @@ jobs:
- checkout - checkout
- run: - run:
name: Test name: Test
command: flutter test command: flutter test -j 1
- run: - run:
name: Analyze name: Analyze
command: flutter analyze command: flutter analyze