瀏覽代碼

trying to fix 3052 4

Tig 1 年之前
父節點
當前提交
f655d74940
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/dotnet-core.yml

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

@@ -35,7 +35,7 @@ jobs:
     - name: Test
       run: |
         sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
-        dotnet test --verbosity normal --blame 
+        dotnet test --verbosity normal --blame --diag:logs/logs.txt --blame-hang --blame-hang-timeout 60s
         mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
 
     # Note: this step is currently not writing to the gist for some reason