Skip to content

Commit 200996a

Browse files
committed
ci: add tests
1 parent c0b9eea commit 200996a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,6 @@ jobs:
8383
-S .
8484
cmake --build build-clang --verbose
8585
86+
- name: Run tests
87+
run: |
88+
ctest --verbose --force-new-ctest-process --test-dir build-gcc

0 commit comments

Comments
 (0)