diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 470f160..e8956f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,3 +51,6 @@ jobs: - name: Analyze project source run: flutter analyze lib --fatal-infos + + - name: Run tests + run: flutter test \ No newline at end of file