We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2586f commit 5077d2cCopy full SHA for 5077d2c
.github/workflows/clang-tidy.yml
@@ -45,7 +45,7 @@ jobs:
45
# Create compile_commands.json for clang-tidy
46
- name: Configure CMake compile_commands.json
47
run: |
48
- cmake -S test -B "$BUILD_DIR" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja
+ cmake -S tests -B "$BUILD_DIR" -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -G Ninja
49
# If your project generates headers, you can add a light build:
50
# cmake --build "$BUILD_DIR" -j
51
0 commit comments