Skip to content

Commit

Permalink
build: no need to run tests after clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Jan 30, 2025
1 parent 06d5694 commit 0a706ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0a706ec

Please sign in to comment.