Skip to content

Commit

Permalink
Test mingw parse
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed Sep 26, 2023
1 parent e01f0c9 commit 44d2c33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-timing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:

jobs:
timing-test:
name: prim and rev tests
name: Timing test
runs-on: windows-latest

steps:
- name: Timing for UCRT check
if: runner.os == 'Windows'
run: |
Measure-Command { echo "#include <windows.h>" | g++ -E -dM - | findstr /l _UCRT }
Measure-Command { echo "#include <_mingw.h>" | g++ -E -dM - | findstr /l _UCRT }
shell: powershell

0 comments on commit 44d2c33

Please sign in to comment.