Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SRNissen authored Jun 16, 2024
1 parent 1c3a520 commit e85ca4a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
searchFolder: D:\a\snct-constraints\snct-constraints\msvc_test\x64\Release
testAssembly: msvc_test.dll
runInParallel: true

0 comments on commit e85ca4a

Please sign in to comment.