Skip to content

Commit 78d24ac

Browse files
committed
Run all tests
Signed-off-by: Hartmut Kaiser <hartmut.kaiser@gmail.com>
1 parent ed5225b commit 78d24ac

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/linux_debug.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,11 @@ jobs:
3737
shell: bash
3838
run: |
3939
cmake --build build --target all
40-
cmake --build build --target examples
40+
cmake --build build --target tests
4141
- name: Test
4242
shell: bash
4343
run: |
4444
cd build
4545
ctest \
4646
--output-on-failure \
47-
--tests-regex tests.examples \
4847
--exclude-regex tests.examples.transpose.transpose_block_numa

.github/workflows/linux_debug_modules.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ jobs:
3838
shell: bash
3939
run: |
4040
cmake --build build --target all
41-
cmake --build build --target examples
41+
cmake --build build --target tests
4242
- name: Test
4343
shell: bash
4444
run: |
4545
cd build
4646
ctest \
4747
--output-on-failure \
48-
--tests-regex tests.examples \
4948
--exclude-regex tests.examples.transpose.transpose_block_numa

0 commit comments

Comments
 (0)