gauge run specs command stops if one spec failed, how i can run all specs even if one failed

using framework is = gauge +taiko+ javascript
gauge run specs
this command stops if one spec failed, how i can run all specs even if one failed

I want to run specs in sequential manner and it should run all specs even if one spec fail, it should not stop execution

write now have 3 specs but if 2nd fails its stopping execution.