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'