From dcdea47a8bc02b9ac47c542fe9fc5d37d911da80 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Mon, 27 Jul 2020 00:20:23 +0200 Subject: [PATCH] Run all tests under tests in CI also for CMake builds in Windows --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30764835a..77405a6cb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -138,7 +138,7 @@ portable-source: cd ..; $Env:INCLUDE += ";C:\Graphviz\include"; $Env:LIB += ";C:\Graphviz\lib"; - python3 -m pytest --junitxml=report.xml rtest\test_examples.py tests\regression_tests\shapes; + python3 -m pytest --junitxml=report.xml rtest\test_examples.py tests } elseif($env:build_system -eq "msbuild") { # Append build destination to the PATH, configure dot and execute regression tests -- 2.40.0