]> granicus.if.org Git - graphviz/commitdiff
Run all tests under tests in CI for MSBuild builds on Windows
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sun, 26 Jul 2020 22:19:39 +0000 (00:19 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 30 Jul 2020 14:11:12 +0000 (16:11 +0200)
.gitlab-ci.yml

index f5c41e2246e049c7ad7e453767ba53678976bbb3..30764835a0a7bd691f7210e8148b61a83c419313 100644 (file)
@@ -145,7 +145,7 @@ portable-source:
               # The following is per https://gitlab.com/graphviz/graphviz/-/merge_requests/1345
               $env:Path = $env:CI_PROJECT_DIR + "\" + $env:configuration + "\Graphviz\bin" + ";" + $env:Path;
               dot -c;
-              python3 -m pytest --junitxml=report.xml tests\regression_tests\shapes tests\regression_tests\large
+              python3 -m pytest --junitxml=report.xml tests
             }
         # Create artifacts to archive
         - $ID = "windows"