Skip to content

Commit 151873d

Browse files
authored
Revert "Mcp enablement squashed (#883)" (#924)
This reverts commit 853d86b.
1 parent 853d86b commit 151873d

File tree

27 files changed

+601
-2673
lines changed

27 files changed

+601
-2673
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
~/.cargo/git/db/
4242
target/
4343
key: cargo-clippy-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
44-
- name: Force regenerate lockfile
45-
run: rm -f Cargo.lock && cargo generate-lockfile
4644
- run: cargo clippy --locked --workspace --color always -- -D warnings
4745

4846
cargo-test:
@@ -78,8 +76,6 @@ jobs:
7876
~/.cargo/git/db/
7977
target/
8078
key: cargo-test-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
81-
- name: Force regenerate lockfile
82-
run: rm -f Cargo.lock && cargo generate-lockfile
8379
- name: Generate code coverage
8480
run: cargo +nightly llvm-cov --locked --workspace --codecov --output-path lcov.info
8581
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)