Skip to content

Commit 75dace7

Browse files
committed
Remove fail fast (because, so many warnings...)
1 parent b36d5ff commit 75dace7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,5 @@ jobs:
6767
style: 'file' # Use .clang-format config file
6868
tidy-checks: '' # Use .clang-tidy config file
6969
step-summary: true
70-
ignore: build|tests
70+
ignore: build
7171
extra-args: '-std=c++20'
72-
- name: Fail fast
73-
if: steps.linter.outputs.checks-failed > 0
74-
run: exit 1

0 commit comments

Comments
 (0)