소스 검색

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

沉默の金 5 달 전
부모
커밋
4459078325
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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