From 482dedbe222928cd199728bc8fa6763056f370dc Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Fri, 24 Jul 2026 13:05:19 +0900 Subject: [PATCH] ci: integrate C# 214 unit test suite execution step into Gitea Actions CI pipeline [WBS-10] --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b506defa..e4c5aa17 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -206,6 +206,9 @@ jobs: - name: Validate Dotnet Domain Parity Artifact run: python3 tools/validate_dotnet_domain_parity_artifact_v1.py + - name: Run Dotnet Core Unit Tests (214 Tests) + run: dotnet test src/dotnet/QuantEngine.sln --configuration Release + - name: Build Calibration Priority Backlog