Skip to content

How can I filter based on tests/name.rs ? #1724

Closed Answered by sunshowers
erikschul asked this question in Q&A
Discussion options

You must be logged in to vote

'binary(*long*)' or 'binary(~long)' should work.

The default matcher for binary is the glob matcher -- see https://nexte.st/docs/filtersets/reference/#default-matchers. So you can either use a glob pattern (*long*) or switch to the contains matcher with ~.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by erikschul
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants