ci: add --validate-html-harder to tests
This commit is contained in:
parent
04df7973d8
commit
416ffb0d6f
2
.github/workflows/ci-run-tests.yml
vendored
2
.github/workflows/ci-run-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue