From e85ca4ace372e68e717d63790592798636a42a5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Rune=20Nissen?= <4851097+SRNissen@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:36:47 +0200 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8cf67ce..4b1599b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,5 +20,8 @@ jobs: run: MSBuild.exe msvc_test - name: step-test - working-directory: D:\a\snct-constraints\snct-constraints\msvc_test\x64\Release - run: vstest.console.exe msvc_test.dll + uses: microsoft/vstest-action@v1.0.0 + with: + searchFolder: D:\a\snct-constraints\snct-constraints\msvc_test\x64\Release + testAssembly: msvc_test.dll + runInParallel: true