Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 24, 2023
1 parent 0af99c5 commit cf0d2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Tests
uses: microsoft/vstest-action@v1.0.0
with:
testAssembly: '**\*UnitTests.dll'
testAssembly: '**\bin\**\*UnitTests.dll'
searchFolder: '.\'
runInParallel: false

Expand Down

0 comments on commit cf0d2fb

Please sign in to comment.