Skip to content

Commit 3f07686

Browse files
committed
compare speed
1 parent 1abde3d commit 3f07686

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-nuget.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- compare-speed
78
paths:
89
- .github/workflows/test-nuget.yml
910
- src/**
@@ -21,8 +22,10 @@ jobs:
2122
include:
2223
- { os: win, arch: x64 }
2324
- { os: win, arch: x86 }
25+
- { os: win2019, arch: x64 }
26+
- { os: win2019, arch: x86 }
2427
- { os: linux, arch: x64 }
25-
runs-on: ${{ matrix.os == 'win' && 'windows-latest' || 'ubuntu-latest' }}
28+
runs-on: ${{ matrix.os == 'win' && 'windows-latest' || matrix.os == 'win2019' && 'windows-2019' || 'ubuntu-latest' }}
2629
steps:
2730
- uses: actions/checkout@v4
2831
# GMP

0 commit comments

Comments
 (0)