From e0d55b7ad2f0e65249034068eb3e77d604adfa69 Mon Sep 17 00:00:00 2001
From: bialger <artur.bigulov@yandex.ru>
Date: Thu, 1 Aug 2024 23:27:23 +0300
Subject: [PATCH] Added full build for release

---
 .github/workflows/ci_tests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml
index 9623510..355ce41 100644
--- a/.github/workflows/ci_tests.yml
+++ b/.github/workflows/ci_tests.yml
@@ -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