fix GIL deadlock when setting up a custom embedding function in pytho… #1662
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run all tests | |
on: | |
push: | |
branches: | |
- master | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
rust-format-check: | |
name: Rust format check | |
uses: ./.github/workflows/rust_format_check.yml | |
call-test-rust-workflow-in-local-repo: | |
name: Run Rust tests | |
uses: ./.github/workflows/test_rust_workflow.yml | |
secrets: inherit | |
call-test-rust-storage-workflow-in-local-repo: | |
name: Run Rust storage tests | |
uses: ./.github/workflows/test_rust_disk_storage_workflow.yml | |
secrets: inherit | |
call-test-python-workflow-in-local-repo: | |
name: Run Python tests | |
uses: ./.github/workflows/test_python_workflow.yml | |
with: | |
test_python_lower: true | |
secrets: inherit | |
call-benchmark-workflow-in-local-repo: | |
name: Run benchmarks | |
uses: ./.github/workflows/benchmark.yml | |
secrets: inherit | |
# call-code-coverage: | |
# name: Code Coverage | |
# uses: ./.github/workflows/code_coverage.yml |