Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use valgrind to run query tests
The query tests always hang at a `memmove` under `ts_query__analyze_patterns`, for some reason. From my testing, this doesn't seem to be related to any hangs during highlighting in the IDE. This has to be investigated more but for now we just don't use valgrind for the query tests.
- Loading branch information