Skip to content

Commit 8fc4dd6

Browse files
committed
Revert "fix(ci): run all tests in workflow"
This reverts commit 4228222.
1 parent f3599b1 commit 8fc4dd6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,4 @@ jobs:
2828
- name: Run tests
2929
run: |
3030
source venv/bin/activate
31-
python backend/manage.py test outcomes
32-
python backend/manage.py test users
33-
python backend/manage.py test giraph
34-
python backend/manage.py test programs
31+
python backend/manage.py test

0 commit comments

Comments
 (0)