diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e9e6200..807afb58 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: command: ls -l - run: name: Test - command: flutter test -j 1 --coverage --machine | tojunit --output junit.xml + command: flutter test -j 1 - store_test_results: path: ./ - run: