Reducing overall build times via parallelization for Julia

My Julia package runs tests that involve solving optimization problems and thus take a long time to run (~30-60 min), and I’m trying to figure out whether I can take advantage of parallelizing my build across virtual machines to reduce overall build times.