Skip to content

Commit fff4273

Browse files
committed
fix test presets
1 parent 0e5b6bd commit fff4273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- run: |
3131
cmake --preset OCVSMD-Linux -DCMAKE_C_COMPILER=${{ matrix.c-compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }}
3232
cmake --build --preset OCVSMD-Linux-Debug
33-
ctest --preset OCVSMD-Linux-Debug
33+
ctest --preset OCVSMD-Debug
3434
- uses: actions/upload-artifact@v4
3535
if: always()
3636
with:
@@ -61,7 +61,7 @@ jobs:
6161
- run: |
6262
cmake --preset OCVSMD-Linux -DCMAKE_C_COMPILER=${{ matrix.c-compiler }} -DCMAKE_CXX_COMPILER=${{ matrix.cxx-compiler }}
6363
cmake --build --preset OCVSMD-Linux-Release
64-
ctest --preset OCVSMD-Linux-Release
64+
ctest --preset OCVSMD-Release
6565
- uses: actions/upload-artifact@v4
6666
if: always()
6767
with:

0 commit comments

Comments
 (0)