summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorRaul Santos <raulsntos@gmail.com>2024-02-06 05:36:59 +0100
committerRaul Santos <raulsntos@gmail.com>2024-02-19 19:41:15 +0100
commit99b4f3086d8a690a0eabb7f7df43a43db8dfcbb2 (patch)
tree6b6654fb12201fb20df56a3c9fa4740170a400b6 /.github/workflows
parentfb10e67fefb85af3b8f5abd30db561588d8456c6 (diff)
downloadredot-engine-99b4f3086d8a690a0eabb7f7df43a43db8dfcbb2.tar.gz
C#: Run source generators tests in CI
Also fixes ScriptPathAttributeGenerator for generic types and its test.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux_builds.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index 914f0394e4..e3cd03d279 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 }}