Skip to content

Commit e024eb7

Browse files
committed
Build all instead of codegen, since codegen *sometimes* misses some components such as Keyboard.cpp or the assignment-client.
1 parent bbc0a3f commit e024eb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ jobs:
248248
if: matrix.id == 'codechecker' && github.event.action != 'tag'
249249
id: codechecker
250250
with:
251-
build-command: cmake --build --preset conan-debug --target codegen
251+
build-command: cmake --build --preset conan-debug
252252
skipfile: ${{ env.GITHUB_WORKSPACE }}/.github/codechecker/skipfile.txt
253253
# Allow static analyzers to analyze across files instead of one file at a time.
254254
ctu: true

0 commit comments

Comments
 (0)