Skip to content

Commit cc78613

Browse files
committed
Fix failing test
1 parent 1952d68 commit cc78613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: 🛠️ Initialize the test database
4545
run: mise start:tests
4646

47-
- run: pytest django/tests/
47+
- run: pytest --cov django/tests/
4848
- run: ruff format --diff django/
4949
- run: ruff check --output-format=github django/
5050
- run: django-admin makemigrations --check --dry-run --noinput || (echo "⚠ Migration manquante ⚠"; exit 1)

0 commit comments

Comments
 (0)