Skip to content

Commit

Permalink
trying to fix test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Nov 19, 2024
1 parent 8c1a52c commit 5f1f3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet48.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Test
uses: josepho0918/vstest-action@0e887de8dcfab5ce3eecaf4ad6320bb9b3ecf633
with:
testAssembly: KeyczarTest.dll
testAssembly: KeyczarTest*.dll
searchFolder: .\Keyczar\KeyczarTest\bin\Release\*\
runInParallel: true
otherConsoleOptions: /TestCaseFilter:"(TestCategory!=Create)&(TestCategory!=Performance)"
Expand Down

0 comments on commit 5f1f3e2

Please sign in to comment.