Skip to content

Commit 4c8edff

Browse files
committed
Regenerate artifacts.
1 parent e484b17 commit 4c8edff

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
@@ -200,11 +200,13 @@ jobs:
200200
configuration: "StaticDebug"
201201
platform: "x64"
202202
version: "vs2022"
203+
tests: "*"
203204

204205
- os: windows-latest
205206
configuration: "StaticRelease"
206207
platform: "x64"
207208
version: "vs2022"
209+
tests: "*"
208210

209211
runs-on: ${{ matrix.os }}
210212

@@ -253,7 +255,7 @@ jobs:
253255
$BC_TEST_SINGLETON = $BC_TEST_EXES.FullName;
254256
Write-Host "Executing $BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS" -ForegroundColor Yellow;
255257
try {
256-
Invoke-Expression "$BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS"
258+
Invoke-Expression "$BC_TEST_SINGLETON --run_test=${{ matrix.tests }} $env:BOOST_UNIT_TEST_OPTIONS"
257259
}
258260
catch {
259261
$ERR = $_;

0 commit comments

Comments
 (0)