Skip to content

Commit d3d8206

Browse files
committed
Add lit tests to CI
1 parent 725242d commit d3d8206

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@ jobs:
2424
- name: Build
2525
run: |
2626
scripts/compile.sh
27+
28+
- name: Test
29+
run: |
30+
cmake --build build --target gc-check

0 commit comments

Comments
 (0)