Hi guys,
is there any way to configure extra flags for rustic-cargo-current-test because if my case some tests are hidden behind feature flags
so for all tests I've enabled it using .dir-local.el file like
...
(rustic-mode . ((rustic-test-arguments . --all-features))))
but when I run rustic-cargo-current-test there is no way pass these flags because it's been overridden by the test name
Thank you in advance!