1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-17 18:07:02 +00:00

CI: free-bsd: remove -C from ctest

This commit is contained in:
gitlost
2025-09-17 03:07:31 +01:00
parent 469ae97879
commit 2427f63d79

View File

@@ -277,4 +277,4 @@ jobs:
cmake -B build -DCMAKE_BUILD_TYPE=Release -DZINT_TEST=ON
cmake --build build --config Release
cd build
ctest -V -C $BUILD_TYPE
ctest -V