Skip to content

Commit

Permalink
build: fix just test not running lib tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppzippy committed Dec 26, 2024
1 parent 5b2b48c commit 842c232
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 842c232

Please sign in to comment.