Skip to content

Commit

Permalink
feat(integrations): Support in process hugging face models via mistra…
Browse files Browse the repository at this point in the history
…lrs (bosun-ai#386)
  • Loading branch information
timonv authored Oct 27, 2024
1 parent c091ffa commit a866d38
Show file tree
Hide file tree
Showing 15 changed files with 1,141 additions and 95 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Coverage

on:
pull_request:
workflow_dispatch:
push:
branches:
- master
Expand Down Expand Up @@ -33,6 +34,5 @@ jobs:
- name: Generate code coverage
run: |
cargo +nightly llvm-cov --tests --all-features --lcov --output-path lcov.info
- name: Coveralls
uses: coverallsapp/github-action@v2
6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: CI
on:
pull_request:
merge_group:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -25,12 +26,10 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: r7kamura/rust-problem-matchers@v1
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: r7kamura/rust-problem-matchers@v1
- name: Check typos
uses: crate-ci/typos@master
- name: "Rustfmt"
Expand All @@ -50,6 +49,5 @@ jobs:
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: r7kamura/rust-problem-matchers@v1
- name: "Test"
run: cargo test --all-features --tests
run: cargo test --all-features --tests -j 2
Loading

0 comments on commit a866d38

Please sign in to comment.