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 c0fe430 commit e58411dCopy full SHA for e58411d
.github/workflows/main.yml
@@ -56,6 +56,9 @@ jobs:
56
run: |
57
python -m pythonnet.find_libpython --export | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
58
59
+ - name: Embedding tests
60
+ run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
61
+
62
- name: Python Tests (Mono)
63
if: ${{ matrix.os != 'windows' }}
64
run: pytest --runtime mono
@@ -67,9 +70,6 @@ jobs:
67
70
if: ${{ matrix.os == 'windows' }}
68
71
run: pytest --runtime netfx
69
72
- - name: Embedding tests
- run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
-
73
- name: Python tests run from .NET
74
run: dotnet test --runtime any-${{ matrix.platform }} src/python_tests_runner/
75
0 commit comments