Skip to content

Commit

Permalink
ci: add --validate-html-harder to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Jul 27, 2023
1 parent 04df797 commit 416ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 416ffb0

Please sign in to comment.