Skip to content

Commit

Permalink
Regenerate artifacts.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmienk committed Jun 14, 2022
1 parent de56048 commit 6eee9e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,21 +207,25 @@ jobs:
configuration: "StaticRelease"
platform: "Win32"
version: "vs2022"
tests: "*"

- os: windows-latest
configuration: "StaticDebug"
platform: "Win32"
version: "vs2022"
tests: "*"

- os: windows-latest
configuration: "StaticRelease"
platform: "x64"
version: "vs2022"
tests: "*"

- os: windows-latest
configuration: "StaticDebug"
platform: "x64"
version: "vs2022"
tests: "*"

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

Expand Down Expand Up @@ -270,7 +274,7 @@ jobs:
$BC_TEST_SINGLETON = $BC_TEST_EXES.FullName;
Write-Host "Executing $BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS" -ForegroundColor Yellow;
try {
Invoke-Expression "$BC_TEST_SINGLETON $env:BOOST_UNIT_TEST_OPTIONS"
Invoke-Expression "$BC_TEST_SINGLETON --run_test=${{ matrix.tests }} $env:BOOST_UNIT_TEST_OPTIONS"
}
catch {
$ERR = $_;
Expand Down

0 comments on commit 6eee9e3

Please sign in to comment.