Add ci test

This commit is contained in:
problematicconsumer
2024-02-18 13:13:29 +03:30
parent 33dc21918d
commit 279847aa8a
3 changed files with 10 additions and 7 deletions

View File

@@ -92,6 +92,9 @@ jobs:
make ${{ matrix.platform }}-prepare
tree
- name: Test
run: flutter test
- name: Setup Android Signing Properties
if: startsWith(matrix.platform,'android')
run: |