DEV Community

Discussion on: Speed up your PostgreSQL unit tests with one weird trick!

Collapse
 
coreyja profile image
Corey Alexander

This is a cool truck!

I dug in to see if I could utilize this in CircleCI, and found out that CircleCI already adds this for their Postgres image! github.com/CircleCI-Public/circlec...
(Or at least has it for the version of Postgres that I use, but I assume its in others as well)

So if you are using CircleCI for your tests, this is likely already enabled for you!

Collapse
 
shalvah profile image
Shalvah

This is kinda old now, but it seems the newer CircleCI images (cimg/postgres) don't come with this anymore e.g. github.com/CircleCI-Public/cimg-po...

But thanks for the tip. I think it's still valid for the older circleci/postgres images.