File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,16 +74,16 @@ jobs:
7474
7575 - name : Build
7676 run : |
77- cmake --build . --parallel 3 --config ${{ inputs.build_mode }}
77+ cmake --build . --parallel 2 --config ${{ inputs.build_mode }}
7878 working-directory : ${{ runner.workspace }}/build
7979
8080 - name : Run Tests
8181 run : |
82- ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -E "testhdf5-base| cache_api|dt_arith|H5TEST-dtypes |err_compat"
82+ ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -E "cache_api|dt_arith|err_compat"
8383 working-directory : ${{ runner.workspace }}/build
8484
8585 - name : Run Expected to Fail Tests
8686 run : |
87- ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -R "testhdf5-base| cache_api|dt_arith|H5TEST-dtypes |err_compat"
87+ ctest . --parallel 2 -C ${{ inputs.build_mode }} -V -R "cache_api|dt_arith|err_compat"
8888 working-directory : ${{ runner.workspace }}/build
8989 continue-on-error : true
You can’t perform that action at this time.
0 commit comments