mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
8 lines
128 B
Batchfile
8 lines
128 B
Batchfile
@echo off
|
|
|
|
setlocal
|
|
set RUST_TEST_THREADS=1
|
|
set RUST_BACKTRACE=full
|
|
cargo test -p tree-sitter-cli "%~1" -- --nocapture
|
|
endlocal
|