File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments