mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
fix: ensure that the lockfile is respected (#2000)
This commit is contained in:
parent
bd688f354e
commit
c3fa0c5cb2
17 changed files with 372 additions and 63 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -76,6 +76,10 @@ jobs:
|
|||
path: tinymist-completions.tar.gz
|
||||
- name: Test tinymist
|
||||
run: cargo test --workspace -- --skip=e2e
|
||||
- name: Test Lockfile (Prepare)
|
||||
run: ./scripts/test-lock.sh
|
||||
- name: Test Lockfile (Check)
|
||||
run: cargo test --package tinymist --lib -- route::tests --show-output --ignored
|
||||
|
||||
checks-windows:
|
||||
name: Check Minimum Rust version and Tests (Windows)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue