]> granicus.if.org Git - graphviz/commitdiff
Run all tests under rtest also for MSBuild builds on Windows
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 27 Jul 2020 16:05:12 +0000 (18:05 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 30 Jul 2020 14:11:12 +0000 (16:11 +0200)
.gitlab-ci.yml

index f0863c2c3a3d0be1e962c2310e167a3eb15086f6..b6c980eed79bb1ed12f6e1971eacb5a7e4b50a35 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
+              python3 -m pytest --junitxml=report.xml tests rtest
             }
         # Create artifacts to archive
         - $ID = "windows"