Skip to content

Commit bbb7a0c

Browse files
committed
Added embedded python tests to the GitHub actions
1 parent d7d7d74 commit bbb7a0c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,13 @@ jobs:
4949
- name: Python Tests
5050
run: pytest
5151

52-
- name: Run Embedding tests
52+
- name: Embedding tests
5353
run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
5454
if: ${{ matrix.os != 'macos' }} # Not working right now, doesn't find libpython
5555

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+
5660
# TODO: Run perf tests
5761
# TODO: Run mono tests on Windows?

0 commit comments

Comments
 (0)