Fix CTest build config parameter

Change-Id: I4b7aed9c96c07a4e2b2b58618eb5a2452c845ae2
This commit is contained in:
Sergiu Deitsch
2024-07-10 00:17:45 +02:00
parent 6fb3dae4ee
commit 8ef35d0245
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ jobs:
if: matrix.gpu == 'no-cuda'
run: |
cd build_${{matrix.build_type}}/
ctest --config ${{matrix.build_type}} \
ctest --build-config ${{matrix.build_type}} \
--output-on-failure \
-j$(nproc)