From 8005833eeb629cfcaef6312d67a704f4712879d1 Mon Sep 17 00:00:00 2001 From: "Frank T. Bergmann" Date: Wed, 7 Aug 2024 09:09:54 +0200 Subject: [PATCH] update cs test some tests are called test_cs_ the main ones test_csharp --- .github/workflows/brief.yml | 2 +- .github/workflows/extensive.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/brief.yml b/.github/workflows/brief.yml index 8c5d12f4c..5a0b39a09 100644 --- a/.github/workflows/brief.yml +++ b/.github/workflows/brief.yml @@ -160,7 +160,7 @@ jobs: if: matrix.platform == 'macos-latest' working-directory: ${{runner.workspace}}/build shell: bash - run: ctest -V -C $BUILD_TYPE -E csharp + run: ctest -V -C $BUILD_TYPE -E test_cs - name: Test if: matrix.platform != 'macos-latest' diff --git a/.github/workflows/extensive.yml b/.github/workflows/extensive.yml index 38023dd2a..8053c8e2d 100644 --- a/.github/workflows/extensive.yml +++ b/.github/workflows/extensive.yml @@ -260,7 +260,7 @@ jobs: if: matrix.platform == 'macos-latest' working-directory: ${{runner.workspace}}/build shell: bash - run: ctest -V -C $BUILD_TYPE -E csharp + run: ctest -V -C $BUILD_TYPE -E test_cs - name: Test if: matrix.platform != 'macos-latest'