mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-14 01:16:19 -04:00
8 lines
115 B
Batchfile
8 lines
115 B
Batchfile
@echo off
|
|
|
|
set TREE_SITTER_TEST=1
|
|
set RUST_TEST_THREADS=1
|
|
set RUST_BACKTRACE=full
|
|
|
|
cargo test "%~1" -- --nocapture
|