From 422ac9d52835a6d0f141115660065923d9178a5c Mon Sep 17 00:00:00 2001 From: Vadim Date: Fri, 9 Jun 2023 14:53:22 +0200 Subject: [PATCH] added test run to ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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