C#: Run source generators tests in CI

Also fixes ScriptPathAttributeGenerator for generic types and its test.
This commit is contained in:
Raul Santos 2024-02-06 05:36:59 +01:00
parent fb10e67fef
commit 99b4f3086d
No known key found for this signature in database
GPG key ID: B532473AE3A803E4

View file

@ -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 }}