diff --git a/scripts/ci/test.sh b/scripts/ci/test.sh index 8637c66..b38150c 100755 --- a/scripts/ci/test.sh +++ b/scripts/ci/test.sh @@ -14,7 +14,7 @@ cd .. echo "==> test: flutter analyze" cd client -flutter analyze +flutter analyze --no-fatal-infos --no-fatal-warnings cd .. echo "==> test: done"