Skip to content

Commit 52be9e6

Browse files
committed
specify jobs for clang-tidy
1 parent 5d49fff commit 52be9e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@ jobs:
8686
set -o pipefail
8787
find . -name compile_commands.json -type f | while IFS= read -r file; do
8888
dir=$(dirname "$file");
89-
run-clang-tidy-19 -p "$dir" -quiet
89+
run-clang-tidy-19 -p "$dir" -j$(nproc) -quiet
9090
done

0 commit comments

Comments
 (0)