Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 6b9ba65

Browse files
committed
Enable CI on develop branch
1 parent c65fe4b commit 6b9ba65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-xapi-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test xapi-cpp
22

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

@@ -41,7 +41,7 @@ jobs:
4141
run: >
4242
cmake -B ${{ steps.strings.outputs.build-output-dir }} \
4343
-DCMAKE_CXX_COMPILER=${{ matrix.compiler }} \
44-
-DBUILD_TESTS=ON \
44+
-DCMAKE_BUILD_TYPE=Debug \
4545
-S ${{ github.workspace }}
4646
4747
- name: Build unit tests

0 commit comments

Comments
 (0)