Skip to content

Commit 7a7aa3c

Browse files
committed
trying this
1 parent 6eea20f commit 7a7aa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/clangtidy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ git submodule init
66
git submodule update
77

88
find library_checker_aizu_tests/ -type f -name "*.test.cpp" |
9-
parallel clang-tidy --config-file=.config/.clang-tidy {} -- -std=c++23 ||
9+
parallel clang-tidy --config-file=.config/.clang-tidy {} -- -std=gnu++20 ||
1010
exit 1

0 commit comments

Comments
 (0)