Restructure test suite's allocation recording so that tests can run in parallel
This commit is contained in:
parent
fe29bc8c19
commit
e78413832b
4 changed files with 214 additions and 154 deletions
|
|
@ -31,13 +31,11 @@ OPTIONS
|
|||
EOF
|
||||
}
|
||||
|
||||
export RUST_TEST_THREADS=1
|
||||
export RUST_BACKTRACE=full
|
||||
|
||||
mode=normal
|
||||
test_flags="-p tree-sitter-cli"
|
||||
|
||||
|
||||
while getopts "adDghl:e:s:t:" option; do
|
||||
case ${option} in
|
||||
h)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue