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 0f47eee commit 406d060Copy full SHA for 406d060
.github/workflows/dotnet.yml
@@ -5,10 +5,10 @@ on:
5
branches: [ master ]
6
pull_request:
7
8
-
+
9
concurrency:
10
group: dotnet-${{ github.ref }}-1
11
- cancel-in-progress: true
+ cancel-in-progress: true
12
13
jobs:
14
build:
@@ -28,4 +28,4 @@ jobs:
28
- name: Build
29
run: dotnet build --no-restore -c Release
30
- 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
+ run: dotnet test -c Release --collect:"XPlat Code Coverage" --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
0 commit comments