Thanks to visit codestin.com Credit goes to github.com
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 93e0bdb commit 09ecf1bCopy full SHA for 09ecf1b
.github/workflows/main.yml
@@ -58,7 +58,7 @@ jobs:
58
python -m pythonnet.find_libpython --export | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
59
60
- name: Embedding tests
61
- run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
+ run: dotnet test --runtime any-${{ matrix.platform }} --logger "console;verbosity=detailed" src/embed_tests/
62
63
- name: Python Tests (Mono)
64
if: ${{ matrix.os != 'windows' }}
0 commit comments