build: no need to run tests after clang-tidy

This commit is contained in:
Michele Caini
2025-01-30 10:25:06 +01:00
parent 06d5694f7a
commit 0a706ec1c5

View File

@@ -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