Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Nov 6, 2023
1 parent 35a680b commit c6c2481
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
name: Test
strategy:
matrix:
n: [1,2,3,4,5,6,7,8,9,10]
n: [1,2]
os: [windows-2019, windows-2022]
cache: [true, false]
cache: [false]
fail-fast: false
steps:
- name: Checkout
Expand All @@ -38,7 +38,7 @@ jobs:
restore-keys: ${{ runner.os }}-nuget-

- name: Setup DotNet 8
uses: actions/setup-dotnet@v3
uses: akv-platform/setup-dotnet@windows-performance
with:
dotnet-version: 8.0.x

Expand Down

0 comments on commit c6c2481

Please sign in to comment.