Skip to content

Commit d1fb274

Browse files
author
jparisu
committed
tmp check tsan in ubuntu 20
Signed-off-by: jparisu <javierparis@eprosima.com>
1 parent 82a2ef3 commit d1fb274

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,14 @@ jobs:
148148
# TSAN
149149

150150
tsan:
151-
runs-on: ubuntu-22.04
151+
runs-on: ${{ matrix.os }}
152+
strategy:
153+
fail-fast: false
154+
matrix:
155+
os:
156+
- ubuntu-20.04 # TODO remove when TSAN test is fixed
157+
- ubuntu-22.04
158+
152159
steps:
153160

154161
- name: Sync repository
@@ -159,7 +166,7 @@ jobs:
159166
- name: Download dependencies and install requirements
160167
uses: ./src/.github/actions/project_dependencies
161168
with:
162-
os: ubuntu-22.04
169+
os: ${{ matrix.os }}
163170
cmake_build_type: Release
164171
dependencies_artifact_postfix: ${{ github.event.inputs.dependencies_artifact_postfix || env.default_dependencies_artifact_postfix }}
165172
secret_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)