Bladeren bron

test(workflow): add verbose output to ctest command in build workflow

沉默の金 5 maanden geleden
bovenliggende
commit
4459078325
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -208,7 +208,7 @@ jobs:
           MBR_MODEL_PATH: ${{ github.workspace }}/model.gguf
           MBR_TEST_DATA_DIR: ${{ github.workspace }}/test_data
           MBR_FORCE_CPU: ${{ runner.os == 'macOS' && '1' || '' }}
-        run: ctest --test-dir build -C Release --output-on-failure --timeout 300
+        run: ctest --test-dir build -C Release -V --output-on-failure --timeout 300
         
       # ----- CLI Tests -----
       - name: Test CLI