ci: add --validate-html-harder to tests

This commit is contained in:
Nicolas Giard 2023-07-27 19:15:48 -04:00 committed by GitHub
parent 04df7973d8
commit 416ffb0d6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,7 +45,7 @@ jobs:
exit 1
fi
echo "Running tests..."
./ietf/manage.py test --settings=settings_postgrestest
./ietf/manage.py test --validate-html-harder --settings=settings_postgrestest
coverage xml
- name: Upload Coverage Results to Codecov