Skip to content

Commit 1fce606

Browse files
committed
GitHub Actions run ctest
1 parent 0caacd7 commit 1fce606

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ jobs:
4242
run: |
4343
cmake --build . --target all all.tests
4444
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}}
45+
- name: Test
46+
working-directory: ${{github.workspace}}/build
47+
run: |
48+
ctest --output-on-failure -C ${{matrix.build_type}}

0 commit comments

Comments
 (0)