From 99b4f3086d8a690a0eabb7f7df43a43db8dfcbb2 Mon Sep 17 00:00:00 2001 From: Raul Santos Date: Tue, 6 Feb 2024 05:36:59 +0100 Subject: [PATCH] C#: Run source generators tests in CI Also fixes ScriptPathAttributeGenerator for generic types and its test. --- .github/workflows/linux_builds.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 914f0394e49..e3cd03d279a 100644 --- a/.github/workflows/linux_builds.yml +++ b/.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 }}