Răsfoiți Sursa

build: no need to run tests after clang-tidy

Michele Caini 1 an în urmă
părinte
comite
0a706ec1c5
1 a modificat fișierele cu 0 adăugiri și 5 ștergeri
  1. 0 5
      .github/workflows/tools.yml

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

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