Skip to content

Bump tonic from 0.10.2 to 0.12.3 in /example-integrations/qdrant (#169) #464

Bump tonic from 0.10.2 to 0.12.3 in /example-integrations/qdrant (#169)

Bump tonic from 0.10.2 to 0.12.3 in /example-integrations/qdrant (#169) #464

Workflow file for this run

name: Rust CI
on:
push:
branches:
- main
pull_request: null
workflow_dispatch: null
schedule:
- cron: 0 14 * * 1
jobs:
rust-ci:
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v1
with:
run_clippy: true
minimum_coverage: "50"
cargo_command_test_args: "--lib" # Doesn't generate or test Python/Kotlin
secrets: inherit