Skip to content

Commit 81955d4

Browse files
committed
[ot] .gitlab-ci.d: opentitan: Improve format test in CI
Signed-off-by: Amaury Pouly <[email protected]>
1 parent 9f03c45 commit 81955d4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitlab-ci.d/opentitan/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ format:
6161
- qemu_ot
6262
stage: build
6363
script:
64-
- scripts/opentitan/ot-format.sh --ci -i
65-
- git status -s
66-
- test -z "$(git status -s)" || git diff
67-
- test -z "$(git status -s)"
64+
- scripts/opentitan/ot-format.sh --ci --Werror --dry-run
6865

6966
tidy:
7067
tags:

0 commit comments

Comments
 (0)