We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91ad84 commit 06b22ffCopy full SHA for 06b22ff
.github/workflows/stryker.yml
@@ -20,4 +20,4 @@ jobs:
20
- name: Test
21
run: |
22
cd test\AsyncWorkerCollection.Tests
23
- dotnet stryker -p="AsyncWorkerCollection.csproj" --log-file -r "['html', 'progress']"
+ dotnet stryker -p="AsyncWorkerCollection.csproj" -r "['html', 'progress']"
0 commit comments