mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-12-23 08:47:50 +00:00
Some checks are pending
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run
Validate fix and prevent regression of https://github.com/Myriad-Dreamin/tinymist/pull/1941
18 lines
400 B
TOML
18 lines
400 B
TOML
[package]
|
|
name = "tests"
|
|
version.workspace = true
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[test]]
|
|
name = "tinymist-e2e-tests"
|
|
path = "e2e/main.rs"
|
|
|
|
[dev-dependencies]
|
|
sync-ls = { workspace = true, features = ["lsp"] }
|
|
lsp-types.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
tinymist-std = { workspace = true, features = ["system"] }
|
|
insta.workspace = true
|
|
insta-cmd.workspace = true
|