Skip to content

Commit 05d4b80

Browse files
committed
Regenerate artifacts.
1 parent b26ea5a commit 05d4b80

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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 = $_;

0 commit comments

Comments
 (0)