Skip to content

Commit e58411d

Browse files
committed
rum embedding tests before Python tests
1 parent c0fe430 commit e58411d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
run: |
5757
python -m pythonnet.find_libpython --export | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
5858
59+
- name: Embedding tests
60+
run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
61+
5962
- name: Python Tests (Mono)
6063
if: ${{ matrix.os != 'windows' }}
6164
run: pytest --runtime mono
@@ -67,9 +70,6 @@ jobs:
6770
if: ${{ matrix.os == 'windows' }}
6871
run: pytest --runtime netfx
6972

70-
- name: Embedding tests
71-
run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
72-
7373
- name: Python tests run from .NET
7474
run: dotnet test --runtime any-${{ matrix.platform }} src/python_tests_runner/
7575

0 commit comments

Comments
 (0)