Skip to content

Commit 24bf7d3

Browse files
committed
Regenerate artifacts.
1 parent 7a7187b commit 24bf7d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,13 @@ jobs:
207207
configuration: "StaticDebug"
208208
platform: "x64"
209209
version: "vs2022"
210+
tests: "*"
210211

211212
- os: windows-latest
212213
configuration: "StaticRelease"
213214
platform: "x64"
214215
version: "vs2022"
216+
tests: "*"
215217

216218
runs-on: ${{ matrix.os }}
217219

@@ -260,7 +262,7 @@ jobs:
260262
$BC_TEST_SINGLETON = $BC_TEST_EXES.FullName;
261263
Write-Host "Executing $BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS" -ForegroundColor Yellow;
262264
try {
263-
Invoke-Expression "$BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS"
265+
Invoke-Expression "$BC_TEST_SINGLETON --run_test=${{ matrix.tests }} $env:BOOST_UNIT_TEST_OPTIONS"
264266
}
265267
catch {
266268
$ERR = $_;

0 commit comments

Comments
 (0)