Skip to content

Commit

Permalink
Test AOT on windows, too
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Feb 7, 2025
1 parent e8f657d commit 21ee14f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
docs: true
coverage: true
test_legacy: true
test_aot: true
rid: win-x64
- os: macos-14
test_aot: true
rid: osx-arm64
Expand All @@ -48,8 +50,7 @@ jobs:
with:
path: ~/.nuget/packages
key: ${{ runner.os }}-nuget-${{ hashFiles('**/packages.lock.json') }}
restore-keys: |
${{ runner.os }}-nuget-


- name: Setup .NET 6,8,9
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 21ee14f

Please sign in to comment.