test with files-changed-only=false

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-12-06 15:08:34 -05:00
parent ea55810705
commit 910e79f927

View File

@ -55,6 +55,7 @@ jobs:
tidy-checks: '' # use .clang-tidy config
database: gpt4all-chat/build
version: 18
files-changed-only: false # TODO: set this back to true
- name: Fail Fast
if: steps.linter.outputs.clang-tidy-checks-failed > 0
run: exit 1