Skip to content

Commit 9f51009

Browse files
committed
fix CI tests
1 parent 55c178e commit 9f51009

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,13 @@ test-all:
152152
poetry run ./manage.py makemigrations
153153
poetry run pytest --cov-append
154154
poetry install -E properties
155+
poetry run ./manage.py makemigrations
155156
poetry run pytest --cov-append
156157
poetry install -E djangorestframework
158+
poetry run ./manage.py makemigrations
157159
poetry run pytest --cov-append
158160
poetry install -E filters
161+
poetry run ./manage.py makemigrations
159162
poetry run pytest --cov-append
160163

161164
# run tests

0 commit comments

Comments
 (0)