Skip to content

Commit 2493326

Browse files
committed
feat: added tests into CI
1 parent c3ab5ae commit 2493326

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: C++ CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, develop ]
66
pull_request:
77
branches: [ main ]
88

@@ -37,3 +37,6 @@ jobs:
3737
- name: Build (macOS)
3838
if: runner.os == 'macOS'
3939
run: cmake --build build -- -j$(sysctl -n hw.logicalcpu)
40+
41+
- name: Run tests
42+
run: ctest --test-dir build --output-on-failure

0 commit comments

Comments
 (0)