浏览代码

C#: Run source generators tests in CI

Also fixes ScriptPathAttributeGenerator for generic types and its test.
Raul Santos 1 年之前
父节点
当前提交
99b4f3086d
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .github/workflows/linux_builds.yml

+ 5 - 0
.github/workflows/linux_builds.yml

@@ -169,6 +169,11 @@ jobs:
           ${{ matrix.bin }} --help
           ${{ matrix.bin }} --headless --test --force-colors
 
+      - name: .NET source generators tests
+        if: ${{ matrix.build-mono }}
+        run: |
+          dotnet test modules/mono/editor/Godot.NET.Sdk/Godot.SourceGenerators.Tests
+
       # Check class reference
       - name: Check for class reference updates
         if: ${{ matrix.doc-test }}