Skip to content

Commit

Permalink
Add AOT test to windows GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Feb 13, 2024
1 parent 902d5f6 commit c2c77d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
run: dotnet build --no-restore --verbosity=normal
- name: Test
run: ./.ci/gha-run-tests.ps1
- name: AotTest
run: ./projects/AotCompatibility.TestApp/test-aot-compatibility.ps1

build:
name: build/test on ubuntu-latest
Expand Down

0 comments on commit c2c77d7

Please sign in to comment.