feat: update AI automation agents, add reviewer agent, enhance CI #26

Merged
TapTap merged 3 commits from feat/ai-automation-updates into main 2026-07-20 14:38:52 +02:00
Showing only changes of commit c7f34eaf9d - Show all commits
+3
View File
@@ -53,6 +53,9 @@ jobs:
- name: Build
run: cmake --build build-${{ matrix.sanitizer }} -j$(nproc)
- name: Symlink for integration tests
run: ln -sf build-${{ matrix.sanitizer }} build
- name: Unit Tests
run: ./build-${{ matrix.sanitizer }}/tests