CI: Enable sound null safety

This commit is contained in:
Vishesh Handa
2021-06-06 10:00:47 +02:00
parent cce1f787d3
commit c9bd6b102d

View File

@ -13,8 +13,7 @@ jobs:
command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config command: echo 'Host *\n StrictHostKeyChecking no' > ~/.ssh/config
- run: - run:
name: Test name: Test
# FIXME: Run `flutter test` with sound null safety command: flutter test --coverage --machine | tojunit --output junit.xml
command: flutter test --no-sound-null-safety --coverage --machine | tojunit --output junit.xml
- store_test_results: - store_test_results:
path: ./ path: ./
# - run: # - run: