From 6f562f2331a0fb245c91af229e1f888dd7b203dd Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 29 Jun 2023 11:03:39 -0500 Subject: [PATCH] github/action: remove "setup_tests_vtk" from "linux debug parallel simplex" test --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index ac6d3ab642..caeaa6b38a 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -105,7 +105,7 @@ jobs: export OMPI_MCA_btl_base_warn_component_unused='0' cd build - make -j2 setup_tests_simplex setup_tests_vtk + make -j2 setup_tests_simplex ctest --output-on-failure -j2 - name: failed test log if: ${{ failure() }} -- 2.39.5