Skip to content

Instantly share code, notes, and snippets.

@wycleffsean
Created December 23, 2019 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wycleffsean/20ceb6b47d6baf7d18c2e119332cb381 to your computer and use it in GitHub Desktop.
Save wycleffsean/20ceb6b47d6baf7d18c2e119332cb381 to your computer and use it in GitHub Desktop.
Faster test runs in CircleCI
services:
# run db on tmpfs to speed up test runs
mysql:
image: mysql:5.7
tmpfs:
- /var/lib/mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment