Running all of set of collection files

I’m trying to run all of a set of a collection files, i.e., newman run *.json, and that works. However, I don’t want it to quit on failure, I want all files to be run regardless of what happens before. I thought the bail and/or the x flag might do what I want, but they don’t seem to continue processing. The first of my set of files happens to fail, so the other files after it do not run.