Skip to content

Commit

Permalink
update cs test
Browse files Browse the repository at this point in the history
some tests  are called test_cs_ the main ones test_csharp
  • Loading branch information
fbergmann committed Aug 7, 2024
1 parent b08827e commit 8005833
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/brief.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extensive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8005833

Please sign in to comment.