Skip to content

Run Django unit tests for MRs to master too

Yuto Takano requested to merge yutotakano/run-tests-for-mr into master

Currently unit tests only run for commits to master (and other protected branches), but running for MRs would be useful to prevent bugs too, and would not pose any security risks as it spins up an ephemeral database in CI.

Merge request reports