Skip to content

Commit 016cbc3

Browse files
test speedup
1 parent 464a6ae commit 016cbc3

3 files changed

Lines changed: 519 additions & 308 deletions

File tree

.github/workflows/deploy-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uv sync --locked
4444
4545
- name: Run tests
46-
run: uv run python manage.py test courses.tests
46+
run: make tests
4747

4848
- name: Build Docker image
4949
run: docker build -t course_management:${{ env.TAG }} .

0 commit comments

Comments
 (0)