Skip to content

Commit f71ac35

Browse files
Run tests after build for different GCC version
There could be differences between compiler and versions not in compile time but in runtime as well. Relates-To: MINOR Signed-off-by: Rustam Gamidov <ext-rustam.gamidov@here.com>
1 parent df55ff5 commit f71ac35

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/psv_pipelines.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: Compile project with cmake and ccache
3232
run: gcc --version && ./scripts/linux/psv/build_psv.sh
3333
shell: bash
34+
- name: Run unit and integration tests
35+
run: ./scripts/linux/psv/test_psv.sh
36+
shell: bash
3437

3538
psv-linux-22-04-gcc9-build-test-codecov:
3639
name: PSV.Linux.22.04.gcc9.Tests.CodeCov
@@ -90,6 +93,9 @@ jobs:
9093
- name: Compile project with cmake and ccache
9194
run: gcc --version && ./scripts/linux/psv/build_psv.sh
9295
shell: bash
96+
- name: Run unit and integration tests
97+
run: ./scripts/linux/psv/test_psv.sh
98+
shell: bash
9399

94100
psv-linux-latest-gcc14-build-no-cache:
95101
name: PSV.Linux.latest.gcc14.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF
@@ -124,6 +130,9 @@ jobs:
124130
- name: Compile project with cmake and ccache
125131
run: gcc --version && ./scripts/linux/psv/build_psv.sh
126132
shell: bash
133+
- name: Run unit and integration tests
134+
run: ./scripts/linux/psv/test_psv.sh
135+
shell: bash
127136

128137
psv-linux-22-04-gcc11-build-no-cache:
129138
name: PSV.Linux.22.04.gcc11.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF
@@ -157,6 +166,9 @@ jobs:
157166
- name: Compile project on Clang
158167
run: scripts/linux/psv/build_psv.sh
159168
shell: bash
169+
- name: Run unit and integration tests
170+
run: scripts/linux/psv/test_psv.sh
171+
shell: bash
160172

161173
psv-android-22-04-build:
162174
name: PSV.Linux.Android.22.04

0 commit comments

Comments
 (0)