4 lines
51 B
Bash
4 lines
51 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
RUST_TREE_SITTER_TEST=1 cargo test $@
|