Change the bazel test methods (#952) * Change the bazel test methods We now run them one at a time, but all in the same folder. This makes them much faster to run in total, and safer. * Review feedback