Browse Source

build: no need to run tests after clang-tidy

Michele Caini 1 year ago
parent
commit
0a706ec1c5
1 changed files with 0 additions and 5 deletions
  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