8000 Disable finalizer check again · pythonnet/pythonnet@54b0d86 · GitHub
[go: up one dir, main page]

Skip to content

Commit 54b0d86

Browse files
committed
Disable finalizer check again
1 parent e7d9f77 commit 54b0d86

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

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

0 commit comments

Comments
 (0)
0