Skip to content

Commit 7acdc1b

Browse files
committed
Force platform for tests
1 parent aa5adde commit 7acdc1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
matrix:
1313
os: [windows, ubuntu, macos]
1414
python: [3.6, 3.7, 3.8, 3.9]
15+
platform: [x64]
1516
shutdown_mode: [Normal, Soft]
1617

1718
env:
@@ -42,7 +43,7 @@ jobs:
4243
run: pytest
4344

4445
- name: Run Embedding tests
45-
run: dotnet test src/embed_tests/
46+
run: dotnet test --runtime any-${{ matrix.platform }} src/embed_tests/
4647

4748
# TODO: Run perf tests
4849
# TODO: Run mono tests on Windows?

0 commit comments

Comments
 (0)