From 8f12f08875ea8db6f5550d5824a5cd5122342bb5 Mon Sep 17 00:00:00 2001 From: Anjo <87346264+AnAndroNerd@users.noreply.github.com> Date: Fri, 11 Sep 2026 22:49:48 -0700 Subject: [PATCH] do xUnit tests properly --- .github/workflows/pr-test.yml | 2 +- OpenUtau.Test/OpenUtau.Test.csproj | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index e9284b543..7c1f79a8e 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -33,5 +33,5 @@ jobs: run: dotnet restore OpenUtau -r ${{ matrix.os.arch }} - name: test - run: dotnet test OpenUtau.Test + run: dotnet run --project OpenUtau.Test/OpenUtau.Test.csproj timeout-minutes: 30 diff --git a/OpenUtau.Test/OpenUtau.Test.csproj b/OpenUtau.Test/OpenUtau.Test.csproj index edd4d14f8..46c99c62e 100644 --- a/OpenUtau.Test/OpenUtau.Test.csproj +++ b/OpenUtau.Test/OpenUtau.Test.csproj @@ -14,7 +14,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all @@ -22,9 +22,9 @@ runtime; build; native; contentfiles; analyzers; buildtransitive all - - - + + +