From 4fb0b10795eb99a7327e6fa0fdf8be1c9e17a878 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Thu, 26 Sep 2024 21:36:35 +0200 Subject: [PATCH] Remove some tests from linux.yml --- .github/workflows/linux.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 98f4356c3b..712047337b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -134,9 +134,7 @@ jobs: make -j2 \ setup_tests_a-framework \ setup_tests_examples \ - setup_tests_quick_tests \ - setup_tests_simplex \ - setup_tests_vtk + setup_tests_quick_tests ctest --output-on-failure -j2 -VV ############################### -- 2.39.5