diff --git a/.github/workflows/reusable-ubuntu-ci.yml b/.github/workflows/reusable-ubuntu-ci.yml index ce71827e2..9a226c446 100644 --- a/.github/workflows/reusable-ubuntu-ci.yml +++ b/.github/workflows/reusable-ubuntu-ci.yml @@ -108,7 +108,7 @@ jobs: uses: ./src/.github/actions/project_dependencies with: os: ubuntu-22.04 - cmake_build_type: Release + cmake_build_type: Debug custom_version_build: ${{ inputs.custom_version_build }} dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }} secret_token: ${{ secrets.GITHUB_TOKEN }} @@ -151,9 +151,9 @@ jobs: uses: ./src/.github/actions/project_dependencies with: os: ubuntu-22.04 - cmake_build_type: Release + cmake_build_type: Debug custom_version_build: ${{ inputs.custom_version_build }} - dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }} + dependencies_artifact_postfix: ${{ inputs.dependencies_artifact_postfix }}_tsan secret_token: ${{ secrets.GITHUB_TOKEN }} - name: Compile and run tests