Skip to content

Commit

Permalink
final test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Nov 25, 2024
1 parent f8e5db6 commit d3e2e13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ jobs:
- name: Run Tests with CTest
working-directory: ./build
run: |
ctest -j$(Get-WmiObject -Class Win32_ComputerSystem).NumberOfLogicalProcessors --timeout 5400 --output-on-failure --test-output-size-failed 3221000000 -C Release
$cores = (Get-WmiObject -Class Win32_ComputerSystem).NumberOfLogicalProcessors
ctest -j$cores --timeout 5400 --output-on-failure --test-output-size-failed 3221000000 -C Release
windows-distributable:
name: Windows Distributable Dispatch
needs: windows-test
Expand Down

0 comments on commit d3e2e13

Please sign in to comment.