0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-06 03:08:58 +02:00

Merge pull request #867 from matrix-org/markjh/enable_jenkins_synchrotron

Enable testing the synchrotron on jenkins
This commit is contained in:
Mark Haines 2016-06-15 16:41:58 +01:00 committed by GitHub
commit 78a16d395c

View file

@ -80,6 +80,7 @@ echo >&2 "Running sytest with PostgreSQL";
--synapse-directory $WORKSPACE \
--dendron $WORKSPACE/dendron/bin/dendron \
--pusher \
--synchrotron \
--port-base $PORT_BASE
cd ..