torchbox / wagtail-grapple

A Wagtail app that makes building GraphQL endpoints a breeze!
https://wagtail-grapple.readthedocs.io/en/latest/
Other
151 stars 57 forks source link

CI speedups #368

Closed zerolab closed 9 months ago

zerolab commented 9 months ago

This PR does two things:

  1. splits test jobs into sqlite and postgres ones, with the latter being the only one getting the postgres service. This is probably by far the biggest improvement (from 10m to 3)
  2. Runs the postgres tests with fsync=off and using memory. Refs: