@@ -22,6 +22,10 @@ test.backend:
test.frontend.web:
cd gmus-web && yarn test
+test.frontend.mobile:
+ cd gmus-mobile && make test.flutter
+
test:
make test.backend
make test.frontend.web
+ make test.frontend.mobile