Skip to content

Commit c2c77d7

Browse files
committed
Add AOT test to windows GHA
1 parent 902d5f6 commit c2c77d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ jobs:
4949
run: dotnet build --no-restore --verbosity=normal
5050
- name: Test
5151
run: ./.ci/gha-run-tests.ps1
52+
- name: AotTest
53+
run: ./projects/AotCompatibility.TestApp/test-aot-compatibility.ps1
5254

5355
build:
5456
name: build/test on ubuntu-latest

0 commit comments

Comments
 (0)