8000 increase verbosity of embedding tests · pythonnet/pythonnet@09ecf1b · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

Commit 09ecf1b

Browse files
committed
increase verbosity of embedding tests
1 parent 93e0bdb commit 09ecf1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
python -m pythonnet.find_libpython --export | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
5959
6060
- 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/
6262

6363
- name: Python Tests (Mono)
6464
if: ${{ matrix.os != 'windows' }}

0 commit comments

Comments
 (0)
0