Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Force platform for tests
  • Loading branch information
filmor committed Dec 10, 2020
commit 7acdc1bc2f50bd98ac9ba79855bf77afb81de46e
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
os: [windows, ubuntu, macos]
python: [3.6, 3.7, 3.8, 3.9]
platform: [x64]
shutdown_mode: [Normal, Soft]

env:
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
run: pytest

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

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