We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0caacd7 commit 1fce606Copy full SHA for 1fce606
1 file changed
.github/workflows/ci.yml
@@ -42,9 +42,7 @@ jobs:
42
run: |
43
cmake --build . --target all all.tests
44
45
- # - name: Test
46
- # working-directory: ${{github.workspace}}/build
47
- # run: |
48
- # cmake --build . --target libintx.test
49
- # cmake --build . --target check-tiledarray
50
- # ctest -C $${{matrix.build_type}}
+ - name: Test
+ working-directory: ${{github.workspace}}/build
+ run: |
+ ctest --output-on-failure -C ${{matrix.build_type}}
0 commit comments