Skip to content

Commit ad4d76b

Browse files
committed
Use finalizer check in testing for now
1 parent ef547d4 commit ad4d76b

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 }} --logger "console;verbosity=detailed" src/embed_tests/
61+
run: dotnet test --runtime any-${{ matrix.platform }} -p:DefineConstants=FINALIZER_CHECK src/embed_tests/
6262

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

0 commit comments

Comments
 (0)