Skip to content

Commit 3b0c780

Browse files
committed
ci: add tests
1 parent c0b9eea commit 3b0c780

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
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)