diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-20 10:30:56 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-20 10:30:56 +0100 |
| commit | ecb21c044921cb163048b51a8391b67b86fa5567 (patch) | |
| tree | 0bbd86abb0c4451971650a7902063f6c4ea7a6c7 | |
| parent | 3497abfba95cf88bda2f332a59c35c25dc535fbc (diff) | |
| parent | 99b4f3086d8a690a0eabb7f7df43a43db8dfcbb2 (diff) | |
| download | redot-engine-ecb21c044921cb163048b51a8391b67b86fa5567.tar.gz | |
Merge pull request #88295 from raulsntos/ci/dotnet-generators-tests
C#: Run source generators tests in CI
| -rw-r--r-- | .github/workflows/linux_builds.yml | 5 |
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 }} |
