|
31 | 31 | - name: Compile project with cmake and ccache |
32 | 32 | run: gcc --version && ./scripts/linux/psv/build_psv.sh |
33 | 33 | shell: bash |
| 34 | + - name: Run unit and integration tests |
| 35 | + run: ./scripts/linux/psv/test_psv.sh |
| 36 | + shell: bash |
34 | 37 |
|
35 | 38 | psv-linux-22-04-gcc9-build-test-codecov: |
36 | 39 | name: PSV.Linux.22.04.gcc9.Tests.CodeCov |
|
90 | 93 | - name: Compile project with cmake and ccache |
91 | 94 | run: gcc --version && ./scripts/linux/psv/build_psv.sh |
92 | 95 | shell: bash |
| 96 | + - name: Run unit and integration tests |
| 97 | + run: ./scripts/linux/psv/test_psv.sh |
| 98 | + shell: bash |
93 | 99 |
|
94 | 100 | psv-linux-latest-gcc14-build-no-cache: |
95 | 101 | name: PSV.Linux.latest.gcc14.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF |
@@ -124,6 +130,9 @@ jobs: |
124 | 130 | - name: Compile project with cmake and ccache |
125 | 131 | run: gcc --version && ./scripts/linux/psv/build_psv.sh |
126 | 132 | shell: bash |
| 133 | + - name: Run unit and integration tests |
| 134 | + run: ./scripts/linux/psv/test_psv.sh |
| 135 | + shell: bash |
127 | 136 |
|
128 | 137 | psv-linux-22-04-gcc11-build-no-cache: |
129 | 138 | name: PSV.Linux.22.04.gcc11.OLP_SDK_ENABLE_DEFAULT_CACHE=OFF |
@@ -157,6 +166,9 @@ jobs: |
157 | 166 | - name: Compile project on Clang |
158 | 167 | run: scripts/linux/psv/build_psv.sh |
159 | 168 | shell: bash |
| 169 | + - name: Run unit and integration tests |
| 170 | + run: scripts/linux/psv/test_psv.sh |
| 171 | + shell: bash |
160 | 172 |
|
161 | 173 | psv-android-22-04-build: |
162 | 174 | name: PSV.Linux.Android.22.04 |
|
0 commit comments