ソースを参照

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