Skip to content

Commit 2809b9e

Browse files
committed
Regenerate artifacts.
1 parent 5e4af11 commit 2809b9e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,13 @@ jobs:
214214
configuration: "StaticDebug"
215215
platform: "x64"
216216
version: "vs2022"
217+
tests: "*"
217218

218219
- os: windows-latest
219220
configuration: "StaticRelease"
220221
platform: "x64"
221222
version: "vs2022"
223+
tests: "*"
222224

223225
runs-on: ${{ matrix.os }}
224226

@@ -267,7 +269,7 @@ jobs:
267269
$BC_TEST_SINGLETON = $BC_TEST_EXES.FullName;
268270
Write-Host "Executing $BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS" -ForegroundColor Yellow;
269271
try {
270-
Invoke-Expression "$BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS"
272+
Invoke-Expression "$BC_TEST_SINGLETON --run_test=${{ matrix.tests }} $env:BOOST_UNIT_TEST_OPTIONS"
271273
}
272274
catch {
273275
$ERR = $_;

0 commit comments

Comments
 (0)