mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-25 00:00:26 +08:00
Do not run tests in parallel
They occasionally fail if we run them in parallel - not sure why.
This commit is contained in:
@ -7,7 +7,7 @@ jobs:
|
||||
- checkout
|
||||
- run:
|
||||
name: Test
|
||||
command: flutter test
|
||||
command: flutter test -j 1
|
||||
- run:
|
||||
name: Analyze
|
||||
command: flutter analyze
|
||||
|
Reference in New Issue
Block a user