Skip to content

Commit

Permalink
Added full build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
bialger committed Aug 1, 2024
1 parent 6bef6e6 commit e0d55b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Build main target
shell: bash
run: |
cmake --build cmake-build-release --target cpp_tests || echo "Built with errors"
cmake --build cmake-build-release || echo "Built with errors"
- name: Build tests target
shell: bash
Expand Down

0 comments on commit e0d55b7

Please sign in to comment.