started proper testing
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 19s
Create tag and build when new code gets to main / Test (push) Failing after 6m42s
Create tag and build when new code gets to main / Export (push) Successful in 8m7s

This commit is contained in:
2026-02-17 22:51:58 +01:00
parent bbb5149184
commit 74876a9a5d
8 changed files with 150 additions and 30 deletions

View File

@@ -0,0 +1,14 @@
// Copyright (c) 2025 Mike Schulze
// MIT License - See LICENSE file in the repository root for full license text
// ReSharper disable once CheckNamespace
namespace GdUnit4.TestRunner;
using Core.Runners;
/// <summary>
/// The GdUnit4Net test runner scene.
/// </summary>
public partial class GdUnit4TestRunnerScene : GdUnit4TestRunnerSceneCore
{
}