Skip to content

Commit 01f51e2

Browse files
committed
Merge branch 'ci'
2 parents a79d4b8 + 47c0933 commit 01f51e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/check-tidy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ for dir in build build-build; do
3838
# Only check our files
3939
SOURCES1=$(git --no-pager diff --diff-filter=d --name-only ${TARGET_BRANCH} |\
4040
grep -v -E "(^src/(drivers|ui/fonts)|.*ugui.*|.*base32.*)" |\
41-
grep -E "^(src|test)" |\
41+
grep -E "^(src)" |\
4242
grep -v "^test/unit-test/u2f/" |\
4343
grep -E "\.c\$" || true)
4444

@@ -51,7 +51,7 @@ for dir in build build-build; do
5151
done
5252

5353
if [ -z "${SOURCES}" ] ; then
54-
exit 0
54+
continue
5555
fi
5656

5757
echo "Checking $(echo ${SOURCES} | wc -w) files with clang-tidy"

.ci/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ make prepare-tidy
2020
./.ci/check-tidy
2121

2222
# Build and run Unit tests
23-
make -j8 unit-test
23+
make -j8 unit-test SANITIZE=OFF
2424
make -j8 run-unit-tests
2525
make -j8 run-rust-unit-tests
2626
make -j8 run-valgrind-on-unit-tests

0 commit comments

Comments
 (0)