Skip to content

Commit

Permalink
final test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanKrMahato committed Nov 25, 2024
1 parent 815b356 commit 1db07d8
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,22 +103,11 @@ jobs:
working-directory: ./build
run: cmake --build .

- name: Determine Logical Processor Count
id: processor-count
run: |
$processors = (Get-CimInstance Win32_ComputerSystem).NumberOfLogicalProcessors
Write-Output "::set-output name=processors::$processors"
shell: pwsh

- name: Run tests with CTest
- name: Build and Run Tests with CTest
working-directory: ./build
run: |
ctest -j${{ steps.processor-count.outputs.processors }} `
--timeout 5400 `
--output-on-failure `
-C ${{ matrix.options.build }}
shell: pwsh

cmake --build . -- -j$(nproc)
ctest --timeout 5400 --output-on-failure --test-output-size-failed 3221000000
windows-distributable:
name: Windows Distributable Dispatch
Expand Down

0 comments on commit 1db07d8

Please sign in to comment.