Skip to content

Commit e0d55b7

Browse files
committed
Added full build for release
1 parent 6bef6e6 commit e0d55b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build main target
5050
shell: bash
5151
run: |
52-
cmake --build cmake-build-release --target cpp_tests || echo "Built with errors"
52+
cmake --build cmake-build-release || echo "Built with errors"
5353
5454
- name: Build tests target
5555
shell: bash

0 commit comments

Comments
 (0)