From 2bbde3dfbe7543905b9e77846f56d381533e49ae Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 25 Feb 2020 17:29:11 -0500 Subject: [PATCH] CI: run matrix_free tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e4b4fbe7cd..9cd837290c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -192,7 +192,7 @@ pipeline time ninja -j $NP time ninja test # quicktests time ninja setup_tests - time ctest -R "all-headers|multigrid/transfer" --output-on-failure -DDESCRIPTION="CI-$JOB_NAME" -j $NP --no-compress-output -T test + time ctest -R "all-headers|multigrid/transfer|matrix_free" --output-on-failure -DDESCRIPTION="CI-$JOB_NAME" -j $NP --no-compress-output -T test ''' } } -- 2.39.5