List only failed suites/tests

This commit is contained in:
smoogipoo 2021-10-15 00:25:59 +09:00
parent 79d9aa7383
commit 4e315b14b8
1 changed files with 2 additions and 0 deletions

View File

@ -30,3 +30,5 @@ jobs:
name: Test Results (${{matrix.os.prettyname}}, ${{matrix.threadingMode}})
path: "*.trx"
reporter: dotnet-trx
list-suites: 'failed'
list-tests: 'failed'