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