]> granicus.if.org Git - graphviz/commit
move XML validation tests into a separate CI job
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 23 Mar 2022 00:42:32 +0000 (17:42 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 14:29:56 +0000 (07:29 -0700)
commit16f5deb1e255ae28de7bdeec2220bdc945e33dc8
tree4bb8ca62c36d9f5e125019eb3d4743d7f6709b44
parent52b6b600982cadb97cd1b8ea840bd174b4e52413
move XML validation tests into a separate CI job

This parametrized test was checking the validity of checked in Graphviz HTML
sources. There is no need to run this identical check in every single CI test
job nor on end users machines where they may have differing versions of
`xmllint` installed.

Gitlab: closes #2216
.gitlab-ci.yml
rtest/test_regression.py