mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-07 21:15:03 +00:00

* chore: fix test scripts and update test documents * docs: redirect developer who want to build and test to the contributing guide * dev: change wording
4 lines
156 B
Bash
Executable file
4 lines
156 B
Bash
Executable file
mkdir -p editors/vscode/out/
|
|
cargo build --release --bin tinymist
|
|
cp target/release/tinymist editors/vscode/out/tinymist
|
|
cargo insta test -p tests --accept
|