浏览代码

trying to fix 3052 2

Tig 1 年之前
父节点
当前提交
ec04bd5512
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/dotnet-core.yml

+ 2 - 2
.github/workflows/dotnet-core.yml

@@ -35,8 +35,8 @@ jobs:
     - name: Test
       run: |
         sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
-        dotnet test --verbosity normal --blame-hang --blame-hang-dump-type full --blame-hang-timeout 5s
-        #dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings --blame
+        dotnet test --verbosity normal --blame 
+      # dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings --blame
         mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
 
     # Note: this step is currently not writing to the gist for some reason