From 416ffb0d6f7815b9b8b927efdd32195bd5121e95 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 27 Jul 2023 19:15:48 -0400 Subject: [PATCH] ci: add --validate-html-harder to tests --- .github/workflows/ci-run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-run-tests.yml b/.github/workflows/ci-run-tests.yml index e8e9fe324b..a2f2e3d952 100644 --- a/.github/workflows/ci-run-tests.yml +++ b/.github/workflows/ci-run-tests.yml @@ -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