Skip to content

Commit 406d060

Browse files
committed
Remove Blame
1 parent 0f47eee commit 406d060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ on:
55
branches: [ master ]
66
pull_request:
77
branches: [ master ]
8-
8+
99
concurrency:
1010
group: dotnet-${{ github.ref }}-1
11-
cancel-in-progress: true
11+
cancel-in-progress: true
1212

1313
jobs:
1414
build:
@@ -28,4 +28,4 @@ jobs:
2828
- name: Build
2929
run: dotnet build --no-restore -c Release
3030
- name: Test
31-
run: dotnet test -c Release --collect:"XPlat Code Coverage" --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --blame-hang --blame-hang-timeout 2m
31+
run: dotnet test -c Release --collect:"XPlat Code Coverage" --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover

0 commit comments

Comments
 (0)