소스 검색

build: no need to run tests after clang-tidy

Michele Caini 1 년 전
부모
커밋
0a706ec1c5
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      .github/workflows/tools.yml

+ 0 - 5
.github/workflows/tools.yml

@@ -82,8 +82,3 @@ jobs:
               -DENTT_USE_CLANG_TIDY=ON \
               ..
         make -j4
-    - name: Run tests
-      working-directory: build
-      env:
-        CTEST_OUTPUT_ON_FAILURE: 1
-      run: ctest -C Debug -j4