1
0
Fork 0

Merge pull request #88295 from raulsntos/ci/dotnet-generators-tests

C#: Run source generators tests in CI
This commit is contained in:
Rémi Verschelde 2024-02-20 10:30:56 +01:00
commit ecb21c0449
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 5 additions and 0 deletions

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