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 ef547d4 commit ad4d76bCopy full SHA for ad4d76b
.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 }} --logger "console;verbosity=detailed" src/embed_tests/
+ run: dotnet test --runtime any-${{ matrix.platform }} -p:DefineConstants=FINALIZER_CHECK src/embed_tests/
62
63
- name: Python Tests (Mono)
64
if: ${{ matrix.os != 'windows' }}
0 commit comments