Remove duplicate checks from test job

This commit is contained in:
Jake Howard 2022-06-12 15:55:48 +01:00
parent c66acadd43
commit f6221a42dd
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -71,8 +71,6 @@ collect_static:
test_python:
<<: *python_test_template
script:
- ./manage.py check
- ./manage.py makemigrations --check --noinput
- ./manage.py test
django_checks: