Skip to content

Commit 1358f13

Browse files
authored
Run framework tests in sound null safety mode (flutter#22038)
1 parent 2718474 commit 1358f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ task:
7474
bin/flutter analyze --dartdocs --flutter-repo --local-engine=host_debug_unopt
7575
test_framework_script: |
7676
cd $FRAMEWORK_PATH/flutter/packages/flutter
77-
../../bin/flutter test --local-engine=host_debug_unopt
77+
../../bin/flutter test --local-engine=host_debug_unopt --null-assertions --sound-null-safety --enable-experiment=non-nullable

0 commit comments

Comments
 (0)