Skip to content

Commit 54785e1

Browse files
committed
chore(ci): run all tests in workflow
1 parent 8fc4dd6 commit 54785e1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ jobs:
2828
- name: Run tests
2929
run: |
3030
source venv/bin/activate
31-
python backend/manage.py test
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

0 commit comments

Comments
 (0)