From c9bd6b102d735bf5f8c995aacb4456c7314fdc49 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Sun, 6 Jun 2021 10:00:47 +0200 Subject: [PATCH] CI: Enable sound null safety --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a3bb5cfe..8a9e980d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,8 +13,7 @@ jobs: command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config - run: name: Test - # FIXME: Run `flutter test` with sound null safety - command: flutter test --no-sound-null-safety --coverage --machine | tojunit --output junit.xml + command: flutter test --coverage --machine | tojunit --output junit.xml - store_test_results: path: ./ # - run: