mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
C#: Run source generators tests in CI
Also fixes ScriptPathAttributeGenerator for generic types and its test.
This commit is contained in:
parent
fb10e67fef
commit
99b4f3086d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/linux_builds.yml
vendored
5
.github/workflows/linux_builds.yml
vendored
|
@ -169,6 +169,11 @@ jobs:
|
||||||
${{ matrix.bin }} --help
|
${{ matrix.bin }} --help
|
||||||
${{ matrix.bin }} --headless --test --force-colors
|
${{ 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
|
# Check class reference
|
||||||
- name: Check for class reference updates
|
- name: Check for class reference updates
|
||||||
if: ${{ matrix.doc-test }}
|
if: ${{ matrix.doc-test }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue