| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -58,7 +58,7 @@ jobs: | |||
| 58 | 58 | python -m pythonnet.find_libpython --export | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append | |
| 59 | 59 | ||
| 60 | 60 | - name: Embedding tests | |
| 61 | - run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/ | ||
| 61 | + run: dotnet test --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/embed_tests/ | ||
| 62 | 62 | ||
| 63 | 63 | - name: Python Tests (Mono) | |
| 64 | 64 | if: ${{ matrix.os != 'windows' }} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments