Skip to content

Commit 46d0884

Browse files
committed
ci: add cpptest to the clang-tidy job
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 68c68d7 commit 46d0884

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/format.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ jobs:
5555
5656
- name: Build
5757
run: cmake --build build -j 2 -- --keep-going
58+
59+
- name: Embedded
60+
run: cmake --build cpptest -j 2 -- --keep-going

0 commit comments

Comments
 (0)