Thanks to visit codestin.com Credit goes to github.com
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 d7d7d74 commit bbb7a0cCopy full SHA for bbb7a0c
.github/workflows/main.yml
@@ -49,9 +49,13 @@ jobs:
49
- name: Python Tests
50
run: pytest
51
52
- - name: Run Embedding tests
+ - name: Embedding tests
53
run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
54
if: ${{ matrix.os != 'macos' }} # Not working right now, doesn't find libpython
55
56
+ - name: Embedded Python tests
57
+ run: dotnet test --runtime any-${{ matrix.platform }} src/embed_python_tests/
58
+ if: ${{ matrix.os != 'macos' }} # Not working right now, doesn't find libpython
59
+
60
# TODO: Run perf tests
61
# TODO: Run mono tests on Windows?
0 commit comments