From: Matthias Maier Date: Thu, 29 Jun 2023 16:03:39 +0000 (-0500) Subject: github/action: remove "setup_tests_vtk" from "linux debug parallel simplex" test X-Git-Tag: v9.5.0-rc2~3^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F15515%2Fhead;p=dealii.git github/action: remove "setup_tests_vtk" from "linux debug parallel simplex" test --- 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() }}