test --no-fail-fast is not recognized
alexeyr opened this issue · comments
Alexey Romanov commented
romanov@WIN-ETK2ST62JCS:/mnt/e/MyProgramming/tokenizers/tokenizers$ CXXSTDLIB=c++ TARGET_CXXFLAGS="-frtti -fexceptions" cargo dinghy -d c1bae23f test --no-fail-fast
error: Found argument '--no-fail-fast' which wasn't expected, or isn't valid in this context
Did you mean --no-default-features?
USAGE:
cargo-dinghy test --no-default-features
(for https://github.com/huggingface/tokenizers project).
It looks like support was added in 9534035, but then removed.
Thibaut Lorrain commented
this has been fixed by #157