Skip to content

Commit

Permalink
Add expected tests to a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Oct 25, 2024
1 parent b7f647e commit e707709
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/msys2-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,9 @@ jobs:
run: |
ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -E "tfloatsattrs|testhdf5-base|cache_api|dt_arith|dtypes|err_compat"
working-directory: ${{ runner.workspace }}/build

- name: CMake Run Expected to Fail Tests
run: |
ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -I "tfloatsattrs|testhdf5-base|cache_api|dt_arith|dtypes|err_compat"
working-directory: ${{ runner.workspace }}/build
continue-on-error: true

0 comments on commit e707709

Please sign in to comment.