File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -214,21 +214,25 @@ jobs:
214214 configuration : " StaticRelease"
215215 platform : " Win32"
216216 version : " vs2022"
217+ tests : " *"
217218
218219 - os : windows-latest
219220 configuration : " StaticDebug"
220221 platform : " Win32"
221222 version : " vs2022"
223+ tests : " *"
222224
223225 - os : windows-latest
224226 configuration : " StaticRelease"
225227 platform : " x64"
226228 version : " vs2022"
229+ tests : " *"
227230
228231 - os : windows-latest
229232 configuration : " StaticDebug"
230233 platform : " x64"
231234 version : " vs2022"
235+ tests : " *"
232236
233237 runs-on : ${{ matrix.os }}
234238
@@ -277,7 +281,7 @@ jobs:
277281 $BC_TEST_SINGLETON = $BC_TEST_EXES.FullName;
278282 Write-Host "Executing $BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS" -ForegroundColor Yellow;
279283 try {
280- Invoke-Expression "$BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS"
284+ Invoke-Expression "$BC_TEST_SINGLETON --run_test=${{ matrix.tests }} $env:BOOST_UNIT_TEST_OPTIONS"
281285 }
282286 catch {
283287 $ERR = $_;
You can’t perform that action at this time.
0 commit comments