build: no need to run tests after clang-tidy
This commit is contained in:
5
.github/workflows/tools.yml
vendored
5
.github/workflows/tools.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user