diff --git a/justfile b/justfile index a9c544a1..b254d4ad 100644 --- a/justfile +++ b/justfile @@ -8,12 +8,14 @@ build profile='dev': just web/ build '{{profile}}' test: + just lib/ test just gui/ test just cli/ test just android/ test just web/ test test-cov: + just lib/ test-cov just gui/ test-cov just cli/ test-cov just android/ test-cov