File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ for dir in build build-build; do
38
38
# Only check our files
39
39
SOURCES1=$( git --no-pager diff --diff-filter=d --name-only ${TARGET_BRANCH} | \
40
40
grep -v -E " (^src/(drivers|ui/fonts)|.*ugui.*|.*base32.*)" | \
41
- grep -E " ^(src|test )" | \
41
+ grep -E " ^(src)" | \
42
42
grep -v " ^test/unit-test/u2f/" | \
43
43
grep -E " \.c\$ " || true)
44
44
@@ -51,7 +51,7 @@ for dir in build build-build; do
51
51
done
52
52
53
53
if [ -z " ${SOURCES} " ] ; then
54
- exit 0
54
+ continue
55
55
fi
56
56
57
57
echo " Checking $( echo ${SOURCES} | wc -w) files with clang-tidy"
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ make prepare-tidy
20
20
./.ci/check-tidy
21
21
22
22
# Build and run Unit tests
23
- make -j8 unit-test
23
+ make -j8 unit-test SANITIZE=OFF
24
24
make -j8 run-unit-tests
25
25
make -j8 run-rust-unit-tests
26
26
make -j8 run-valgrind-on-unit-tests
You can’t perform that action at this time.
0 commit comments