Skip to content

Commit 06b22ff

Browse files
committed
尝试修复工具
1 parent e91ad84 commit 06b22ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stryker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Test
2121
run: |
2222
cd test\AsyncWorkerCollection.Tests
23-
dotnet stryker -p="AsyncWorkerCollection.csproj" --log-file -r "['html', 'progress']"
23+
dotnet stryker -p="AsyncWorkerCollection.csproj" -r "['html', 'progress']"

0 commit comments

Comments
 (0)