Skip to content

Commit

Permalink
fix(integrations): Revert mistralrs support (bosun-ai#418)
Browse files Browse the repository at this point in the history
Unfortunately we cannot publish unpublished crates. When mistral-rs is
published, we are happy to add support again.

This reverts commit a866d38.
  • Loading branch information
timonv authored Oct 27, 2024
1 parent 5bbcd55 commit cdd9682
Show file tree
Hide file tree
Showing 15 changed files with 95 additions and 1,141 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Coverage

on:
pull_request:
workflow_dispatch:
push:
branches:
- master
Expand Down Expand Up @@ -34,5 +33,6 @@ 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: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: CI
on:
pull_request:
merge_group:
workflow_dispatch:
push:
branches:
- master
Expand All @@ -26,10 +25,12 @@ 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 @@ -49,5 +50,6 @@ 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 -j 2
run: cargo test --all-features --tests
Loading

0 comments on commit cdd9682

Please sign in to comment.