Skip to content

Commit

Permalink
remove the matrix from test
Browse files Browse the repository at this point in the history
  • Loading branch information
sandro-elsweijer committed Aug 23, 2024
1 parent bd08533 commit bbd0a4f
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/tests_cmake_testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,9 @@ jobs:
t8code_w_shipped_submodules_tests:
if: (github.event_name == 'schedule' && github.repository == 'DLR-AMR/t8code') || (github.event_name != 'schedule')
uses: ./.github/workflows/tests_cmake_t8code_w_shipped_submodules.yml
strategy:
fail-fast: false
matrix:
MPI: [ON]
BUILD_TYPE: [Debug]
include:
- MAKEFLAGS: -j4
with:
MAKEFLAGS: ${{ matrix.MAKEFLAGS }}
MPI: ${{ matrix.MPI }}
BUILD_TYPE: ${{ matrix.BUILD_TYPE }}
MAKEFLAGS: -j4
MPI: ON
BUILD_TYPE: Debug
LESS_TESTS: ${{ github.event_name == 'pull_request' }}

0 comments on commit bbd0a4f

Please sign in to comment.